Tagged: x
-
AuthorPosts
-
February 8, 2017 at 2:27 am #1362483
TimmidParticipantHi X-Theme,
I have a website with a shrinking menubar on scroll. This works great, but now i have added a submenu. When the menu is smaller on scroll the submenu is floating under the menu. Is it possible to move the submenu up when the menubar is smaller?
Thx!
February 8, 2017 at 2:31 am #1362491
TimmidParticipantThis reply has been marked as private.February 8, 2017 at 5:00 am #1362598
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.x-navbar.x-navbar-fixed-top ul.sub-menu { top: 69px !important; }Hope that helps.
February 8, 2017 at 5:48 am #1362647
TimmidParticipantWorks great, thank you!
I see the font in the sub menu is not the same as in the main menu. How can i change this?
February 8, 2017 at 7:34 am #1362737
ChristopherModeratorHi there,
You’ve already modified submenu font, please find and edit this code :
ul.sub-menu li a { font-size: 16px; font-weight: bold; text-transform: uppercase; }It should be :
ul.sub-menu li a { font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: -0.025em; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1362483 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
