Tagged: x
-
AuthorPosts
-
February 11, 2017 at 6:12 am #1366943
alorraineParticipantHi hi,
Hope you can help, I followed https://community.theme.co/forums/topic/force-mobile-menu-to-appear/#post-199907 to make the burger menu the permanent option – but this seems to override the ‘fixed top’ header option I set in customizer.
Is it possible to have a burger menu across the whole site, at all sizes; and to have a ‘fixed top’ header on all widths above 767px?
Thanks for your help!
February 11, 2017 at 6:37 am #1366959
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
a.x-btn-navbar { display: block; float: right; } nav.x-nav-wrap.desktop { display: none; } .x-nav-wrap.mobile.collapse.in { display: block; } .x-navbar.x-navbar-fixed-top { position: fixed !important; }Hope it helps 🙂
February 11, 2017 at 7:01 am #1366970
alorraineParticipantThai, it’s Saturday. Sure you should be enjoying yourself outside?
Thanks for your incredibly quick help. That seems to have solved my problem. 🙂
February 11, 2017 at 7:05 am #1366972
alorraineParticipantArgh, soz.
How would a gentleman have the header fixed on larger screens, but not on mobiles? It’s taking up a lot of screen space at 667×375 for example.
February 11, 2017 at 7:28 am #1366982
ChristopherModeratorThanks 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.
February 11, 2017 at 8:27 am #1367007
alorraineParticipantI’m at http://www.tartanotter.com
Thanks!
February 11, 2017 at 10:56 am #1367080
ThaiModeratorHi There,
Please find this CSS:
.x-navbar.x-navbar-fixed-top { position: fixed !important; }And update to this:
@media (min-width: 668px){ .x-navbar.x-navbar-fixed-top { position: fixed !important; } }Hope it helps 🙂
February 13, 2017 at 4:55 am #1368718
alorraineParticipantYou guys are actually the best. Can’t see myself using another theme ever again.
Thanks
February 13, 2017 at 4:57 am #1368721
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1366943 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
