kaydotjpg Posted June 22, 2023 Posted June 22, 2023 https://soberishatl.squarespace.com/ password: sober123 Hi! Can someone help me figure out the code to unstack my nav links? This is the default when centering.
Solution tuanphan Posted June 23, 2023 Solution Posted June 23, 2023 Add to Design > Custom CSS /* nav */ .header-nav-list { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !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!)
kaydotjpg Posted June 24, 2023 Author Posted June 24, 2023 @tuanphan it worked! however now the header/nav is off centered. Can you help with this?
tuanphan Posted June 25, 2023 Posted June 25, 2023 4 hours ago, kaydotjpg said: @tuanphan it worked! however now the header/nav is off centered. Can you help with this? Add this code under .header-layout-branding-center-nav-center .header-title-nav-wrapper { width: 100% !important; flex: 0 0 100% !important; } div.header-actions-action a.cart-style-icon { position: relative; right: 3vw; } 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!)
kaydotjpg Posted July 4, 2023 Author Posted July 4, 2023 @tuanphan thank you! How can I apply this to desktop only?
tuanphan Posted July 5, 2023 Posted July 5, 2023 Use this new code @media screen and (min-width:992px) { .header-layout-branding-center-nav-center .header-title-nav-wrapper { width: 100% !important; flex: 0 0 100% !important; } div.header-actions-action a.cart-style-icon { position: relative; right: 3vw; } } kaydotjpg 1 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment