Guest Posted February 6, 2021 Posted February 6, 2021 Site URL: https://www.buycornwall.co.uk Hi, I want to make my header look like the image below, however the links keep stacking, when I add more than five. I need to keep it so that the Nav links can still have a drop down menu
tuanphan Posted February 7, 2021 Posted February 7, 2021 Try adding to Design > Custom CSS /* Nav one line */ .header-title-nav-wrapper { flex: 1 0 90%; } .header-layout-nav-center .header-nav { width: 100% !important; flex: 1 1 100%; } 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!)
Guest Posted February 8, 2021 Posted February 8, 2021 Hi @tuanphan Thank you for responding to me, unfortunately the links are stacking, do you have any other ideas? Many thanks
tuanphan Posted February 8, 2021 Posted February 8, 2021 1 hour ago, jwat said: Hi @tuanphan Thank you for responding to me, unfortunately the links are stacking, do you have any other ideas? Many thanks Add to Design > Custom CSS /* Nav same line */ .header-title-nav-wrapper { flex: 0 0 100% !important; } 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!)
Guest Posted February 8, 2021 Posted February 8, 2021 @tuanphan thank you so much this has worked perfectly!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.