Tagged: x
-
AuthorPosts
-
January 9, 2017 at 3:24 pm #1322950
Hello, my uber menu overlaps more than 50 px the body content when i scroll down with fixed nav bar, and i want to put fixed nav bar on mobile but i have the same problems with the overlaps when i scroll down, thank you very much.
January 9, 2017 at 9:23 pm #1323340Hi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Cheers!
January 10, 2017 at 2:43 pm #1324488This reply has been marked as private.January 10, 2017 at 11:08 pm #1325023Hi there,
Thanks for writing back! It seems your website is under construction. Please take it off or provide us the credentials in private reply so that we can check and assist you on this.
Thanks
January 11, 2017 at 5:16 am #1325294This reply has been marked as private.January 11, 2017 at 5:43 am #1325337Hi There,
Please add the following CSS under Customizer > Custom > Global CSS:
@media (max-width: 979px){ .x-navbar-fixed-top { position: fixed; } }
Hope it helps 🙂
January 11, 2017 at 6:02 am #1325361I put the code but jumps and overlay on the body content.
ThanksJanuary 11, 2017 at 6:03 am #1325362On desktop version i have the same problem with the fixed navbar, but i dont know if is problem of ubermenu.
January 11, 2017 at 6:04 am #1325364.On desktop version i have the same problem with the fixed navbar, but i dont know if is problem of ubermenu.
January 11, 2017 at 6:25 am #1325396Hi there,
Please add this code too :
body.x-navbar-fixed-top-active .x-navbar-wrap { min-height: 90px; }
Hope it helps.
January 11, 2017 at 7:47 am #1325527It works but now i have a blank space between navbar and body, thank you very much!
January 11, 2017 at 9:05 am #1325631Hi there,
Thanks for writing back. Kindly update your code to following :
@media only screen and (min-width: 980px) { body.x-navbar-fixed-top-active .x-navbar-wrap { min-height: 90px; } }
Cheers!
January 11, 2017 at 9:31 am #1325676Nothing, doesn`t work, sorry
January 11, 2017 at 11:03 am #1325809Hi there,
Would you mind providing a screenshot of the issue?
I checked the menu and it seems to be working fine.
January 11, 2017 at 11:21 am #1325842Is the space between navbar and body content
-
AuthorPosts