Tagged: x
-
AuthorPosts
-
January 15, 2017 at 10:21 pm #1331442
DilParticipantHi there,
When I open the menu on a mobile device and a screen test, and then open a sub menu, the menu does not scroll down for me to be able to see its contents or even my website. Please help, thanks!
January 15, 2017 at 10:21 pm #1331443
DilParticipantThis reply has been marked as private.January 15, 2017 at 10:25 pm #1331446
DilParticipantThis reply has been marked as private.January 16, 2017 at 1:24 am #1331585
ChristopherModeratorHi there,
Mobile menu shouldn’t be fixed since it causes issues like yours, so please remove following code :
@media (max-width: 979px){ .x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right { position: fixed; } }Customizer works fine, please see the attachment. Please check again and confirm me or let us know how we can replicate the issue.
Thanks.
January 16, 2017 at 7:03 am #1331963
DilParticipantHi Christopher,
Thanks for your help, but I wanted to have it so that it is fixed. Isn’t it possible to keep it as it is but also fix that sub menu issue? Greatly appreciated, thanks.
As for the chrome issue, next time it arises I will have a recording for you.
January 16, 2017 at 7:15 am #1331969
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
@media (max-width: 979px) { .x-navbar.x-navbar-fixed-top { width:100%; max-height: 300px; position: fixed; overflow-y: scroll; overflow-x: hidden; } }January 16, 2017 at 9:12 am #1332075
DilParticipantHi thanks for that but that code seems to be a little glitchy, could you try it on my site with using the sub menu?
Also my woocommerce tab in the customizer seem to be glitched as well: http://cl.ly/3p2D3y441s0O
January 16, 2017 at 9:17 am #1332081
DilParticipantThis reply has been marked as private.January 16, 2017 at 1:35 pm #1332458
Nabeel AModeratorHi again,
To fix the issue properly you’ll need to make the Navbar static instead of fixed. Please remove the previous code first:
@media (max-width: 979px) { .x-navbar.x-navbar-fixed-top { width:100%; max-height: 300px; position: fixed; overflow-y: scroll; overflow-x: hidden; } }Then add the following code in your Customizer:
@media (max-width: 979px) { .x-navbar.x-navbar-fixed-top { position: static !important; } }Fixed Navbar in smaller screens can only work with few menu items. If you’ve more than few items then it’s not recommended to make the Navbar fixed.
Hope this helps!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1331442 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
