Tagged: x
-
AuthorPosts
-
January 11, 2017 at 12:51 pm #1325982
Hi There,
I have updated your code as Rupok recommended above and it seems to be ok now.
Let us know if you need further assistance.
thanks
January 11, 2017 at 2:02 pm #1326073THanks you, on desktop version its all ok . but i still have the same problem on mobile version, when i scroll down makes a jump and overlays on body content.
thanks you very much .
great suport!!!January 11, 2017 at 8:49 pm #1326584Hello There,
Thanks for the updates! It overlays the content because your navbar is positioned as fixed in mobile screen. If you do not want it to overlay on the body content, please remove this code from the customizer:
@media (max-width: 979px){ .x-navbar-fixed-top { position: fixed; } }
Please let us know how it goes.
January 12, 2017 at 3:10 am #1326918Sorry but i want it fixed on mobile too. When you scroll down in a mobile device makes a jump and eats part of body content, thats its what i cant fix.
Thanks you.January 12, 2017 at 4:20 am #1326993Hi,
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 979px) { body.x-navbar-fixed-top-active .x-navbar-wrap { height: 47px; } }
Hope that helps.
January 12, 2017 at 7:37 am #1327145Now its all ok , thanks you very much!!!
January 12, 2017 at 9:30 am #1327301Glad to hear it,
Joao
-
AuthorPosts