walterspaul7 Posted July 27, 2019 Share Posted July 27, 2019 (edited) Hi there, I am hoping to have the main navigation section of my page (currently running along the bottom of the page) to sit at the top of my page below my logo. This would be next to the hamburger nav icon - is there a way to do this? Thanks,Hannah Edited July 27, 2019 by walterspaul7 Initial Revision Link to comment
tuanphan Posted July 27, 2019 Share Posted July 27, 2019 @walterspaul7 can you share site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
cstern01 Posted September 13, 2020 Share Posted September 13, 2020 I'd also love to know how to do this! 🙂 Link to comment
tuanphan Posted September 13, 2020 Share Posted September 13, 2020 9 hours ago, cstern01 said: I'd also love to know how to do this! 🙂 If you share site url, we can help easier. creedon 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
cstern01 Posted September 23, 2020 Share Posted September 23, 2020 Mine is www.thefreerepublicofcalifornia.com Link to comment
tuanphan Posted September 25, 2020 Share Posted September 25, 2020 On 9/23/2020 at 7:31 AM, cstern01 said: Mine is www.thefreerepublicofcalifornia.com You mean header navigation bar? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
cstern01 Posted September 27, 2020 Share Posted September 27, 2020 I mean the mobile navigation bar, which sits on the bottom of the screen Link to comment
creedon Posted September 27, 2020 Share Posted September 27, 2020 @cstern01 Lets give this a try to start. Add the following to Design > Custom CSS. @media screen and ( max-width: 768px ) { .header-special { display: unset; } .header-special .social-search-wrapper { display: unset; } .mobile-bar { background-color: unset; border-top: unset; bottom: unset; box-sizing: unset; display: unset; left: unset; padding: unset; position: unset; width: unset; z-index: unset; } /* IE 11 and a few others doesn't support all :-( .mobile-bar { all: unset; } */ .nav-toggle-label { display: unset; } } Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
alexandra923 Posted October 27, 2020 Share Posted October 27, 2020 Hi, id love a solution for this also, but the code provided didn't work. Link to comment
creedon Posted October 27, 2020 Share Posted October 27, 2020 @alexandra923 Please post the URL for your site. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment