niteshifte Posted September 17 Share Posted September 17 My menu links wrap around when the browser window is larger which doesn't seem to make any sense. Is it something I currently have in my customised code which causing this? https://www.peterotoole.ie Any help would be great! Thanks so much! Link to comment
Solution Lesum Posted September 17 Solution Share Posted September 17 @niteshifte You can add this code under Custom CSS panel: @media only screen and (min-width: 768px) { .header-nav-list { flex-wrap: nowrap !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? Link to comment
niteshifte Posted September 17 Author Share Posted September 17 5 minutes ago, Lesum said: @niteshifte You can add this code under Custom CSS panel: @media only screen and (min-width: 768px) { .header-nav-list { flex-wrap: nowrap !important; } } Thank you Sam!! Unreal!! 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