lisalemons Posted May 22, 2023 Posted May 22, 2023 (edited) Hi everyone; I'm trying to keep my nav menu on one line but can't seem to source and css for it. Any thoughts? Thanks!https://launchtolife.squarespace.com, pw Joan Edited May 22, 2023 by lisalemons add site URL
tuanphan Posted May 25, 2023 Posted May 25, 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!)
Hanna1925 Posted June 27, 2023 Posted June 27, 2023 I used this code snippet but the alignment is off-center now. is there a way to keep navigation centered, on one line, and not affect the mobile navigation which also goes off-center?
tuanphan Posted June 27, 2023 Posted June 27, 2023 4 minutes ago, Hanna1925 said: I used this code snippet but the alignment is off-center now. is there a way to keep navigation centered, on one line, and not affect the mobile navigation which also goes off-center? What is your site url? We can check easier 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!)
Hanna1925 Posted June 27, 2023 Posted June 27, 2023 it's still in editing not fully published but you should be able to see here https://jennifer-taylor-draft.squarespace.com/ Password : design
tuanphan Posted June 27, 2023 Posted June 27, 2023 1 hour ago, Hanna1925 said: it's still in editing not fully published but you should be able to see here https://jennifer-taylor-draft.squarespace.com/ Password : design Add this code under .header-layout-branding-center-nav-center .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!)
Hanna1925 Posted June 27, 2023 Posted June 27, 2023 So I tried this code as well but it makes the Mobile site look like this. the menu lines are off the edge of the mobile view and when I attempt to cetner the logo through the main logo header styles its off center. But the code does look great on Desktop. Is there a way to also fix the mobile view ?
tuanphan Posted June 27, 2023 Posted June 27, 2023 Remove 2 codes I sent & use this new code nav.header-nav-list { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .header-display-desktop .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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment