Tagged: x
-
AuthorPosts
-
December 5, 2016 at 5:15 pm #1282274
liveandperform614Participantsite url : liveandperform.fr
Hi, I have some problems that I couldn’t figure out by myself so I need your help !
1) On the mobile menu, the arrow display, to show that there is a submenu goes over my menu text, how can I get rid of that and display the arrow on the right of the text instead of over it ?
2) http://www.liveandperform.fr/tarifs/ (this is the page you have to go to see what I mean, the bottom of the page)
I put a background on my section, and added text over it. It was perfectly alligned with the red bands to highlight the different prices. The problem is that, whenever I change the size of the screen, the red bands are moving separatly from the text and the result is a total mess, it’s specially bad on mobile or on screens bigger than 1920×1080.
I tried to make a version for each size, but the transition between those are not fluid and are bad looking.
How can I make the background totally fixed and just reducing or getting bigger with the size of the screen but with the exact same display? (tried a lot of things but couldn’t figure it out)Thank you alot !
December 6, 2016 at 12:56 am #1282660
RupokMemberHi there,
Thanks for writing in!
#1. You can add this under Custom > CSS in the Customizer.
.x-navbar .x-nav-wrap.mobile li a { padding-right: 35px; }#2. It won’t be responsive since the background will be changed to adjust with the screen size.
Thanks!
December 7, 2016 at 11:24 am #1284833
liveandperform614ParticipantThank you worked great! Still some other problem :
1) At about medium screen size, in the mobile menu, when you open a submenu, all the display is white instead of being colored normally what can I do ?
best regards !
December 7, 2016 at 12:10 pm #1284895
JoaoModeratorHi There,
That is quite strange, on what width is that happening?
Can you provide a screenshot?
Thanks
Joao
December 7, 2016 at 12:36 pm #1284935
liveandperform614ParticipantHere it is, it’s only on a small portion, but I still bad haha !
Thank you
December 7, 2016 at 2:56 pm #1285089
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
@media (min-width: 980px) and (max-width: 1179px) { .x-navbar .sub-menu { background-color: transparent !important; } }Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1282274 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
