hilmartor Posted June 1 Share Posted June 1 Hello all. How do I have the navigation menu, the nav menu are just links, as text and not dropdown menu (2 lines)? The url is: https://www.keflaviktransfer.com/ Thanks! Link to comment
hilmartor Posted June 1 Author Share Posted June 1 This code by @tuanphan kinda does it but the font size is to big on the navigation. @media screen and (max-width:767px) { .header-display-desktop { display: flex !important; } .header-display-mobile { display: none !important; } .header-burger { display: none; } .header-title-nav-wrapper { flex: 1 0 100% !important; } .header-nav { display: flex !important; width: 70% !important; flex: 1 1 70% !important; } .header-title { flex: 1 0 30% !important; } } Link to comment
Solution hilmartor Posted June 1 Author Solution Share Posted June 1 Solved! tuanphan 1 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