walterspaul7 Posted July 27, 2019 Posted July 27, 2019 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
tuanphan Posted July 27, 2019 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted September 13, 2020 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. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
cstern01 Posted September 23, 2020 Posted September 23, 2020 Mine is www.thefreerepublicofcalifornia.com
tuanphan Posted September 25, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
cstern01 Posted September 27, 2020 Posted September 27, 2020 I mean the mobile navigation bar, which sits on the bottom of the screen
creedon Posted September 27, 2020 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 the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
alexandra923 Posted October 27, 2020 Posted October 27, 2020 Hi, id love a solution for this also, but the code provided didn't work.
creedon Posted October 27, 2020 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 the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.