Tagged: x
-
AuthorPosts
-
January 17, 2017 at 6:42 am #1333424
dsmillieParticipantHello.
I’ve managed to successfully delay the onset of the mobile menu from 979px to 915px because I wanted the full desktop menu to be visible for as long as possible (i.e. up to the point when the menu will drop below the navbar because it’s too wide to fit, which in my case is 915px).
However, I’ve noticed that the search item changes from just an icon to the icon + the word “Search” when you get below 979px. This is therefore still causing my menu to drop below the navbar (between 979px and 915px) as it gets suddenly wider than expected.
Is there any way, at the same time as keeping the desktop view of the menu, to also keep the desktop labels of the menu items so the search item remains as only an icon until the mobile menu activates?
Hopefully that question makes sense!
Thanks,
DarrenJanuary 17, 2017 at 6:43 am #1333425
dsmillieParticipantThis reply has been marked as private.January 17, 2017 at 7:53 am #1333508
LelyModeratorHello Darren,
Thanks for posting in.
Unfortunately, your site is not loading when I checked. See this:http://screencast-o-matic.com/watch/cbVbIsQGOM
Please checkin with your hosting provider first.January 17, 2017 at 5:25 pm #1334211
dsmillieParticipantSorry, the website is accessible again. Could you please take a look?
Thanks,
DarrenJanuary 17, 2017 at 11:47 pm #1334574
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
@media (min-width: 979px){ span.x-hidden-desktop { display: none !important; } } @media (max-width: 979px){ span.x-hidden-desktop { display: inline !important; } }Hope that helps.
January 18, 2017 at 4:34 am #1334811
dsmillieParticipantJust what I needed, thank you!
January 18, 2017 at 5:10 am #1334845
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1333424 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
