Tagged: x
-
AuthorPosts
-
February 11, 2017 at 6:12 am #1366943
Hi 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 #1366959Hi 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 #1366970Thai, 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 #1366972Argh, 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 #1366982Thanks 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 #1367007I’m at http://www.tartanotter.com
Thanks!
February 11, 2017 at 10:56 am #1367080Hi 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 #1368718You guys are actually the best. Can’t see myself using another theme ever again.
Thanks
February 13, 2017 at 4:57 am #1368721You’re most welcome 🙂
If you need anything else please let us know.
-
AuthorPosts