dotandpeg Posted June 13 Posted June 13 Hi, I have added a split navigation to my site which is working well on desktop. https://beige-trout-rpar.squarespace.com pw: Surfing123 On tablet the navigation goes back to being centered, which I am OK with but the last item 'contact' keeps wrapping to the next line down. Is there a way to extend it so it stays on 1 line. See image. Thanks Laura
Solution Lesum Posted June 13 Solution Posted June 13 @dotandpeg Hi! Add this code under Custom CSS panel: @media screen and (min-width: 1025px) and (max-width: 1299px) { #header .header-layout-branding-center-nav-center .header-title-nav-wrapper { flex: 1 0 100% !important; } } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment