Annelize Posted March 15, 2023 Share Posted March 15, 2023 Hi there. I want to center my MOBILE navigation underneath the logo. The logo is horizontal and quite wide, so on mobile it pushes the navigation to the side and then I have a horizontal scroll bar on the site. 😒 To make the logo larger and not tamper with the site's width, best option would be to put the navigation below the logo. Anyone have some custom code please? Link to comment
tuanphan Posted March 18, 2023 Share Posted March 18, 2023 Hi, What is site url? We can check 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!) Link to comment
Annelize Posted March 20, 2023 Author Share Posted March 20, 2023 https://sophiagracecouture.squarespace.com Password sgc2023. Thank you! Link to comment
tuanphan Posted March 25, 2023 Share Posted March 25, 2023 On 3/20/2023 at 7:29 PM, Annelize said: https://sophiagracecouture.squarespace.com Password sgc2023. Thank you! Add to Design > Custom CSS /* Burger under mobile */ @media screen and (max-width:767px) { .header-display-mobile { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }  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!) 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