erinfooch Posted August 25, 2020 Share Posted August 25, 2020 Site URL: http://www.wouldntitbelovely.com I'm looking to center align the logo in the header of my site using the Bedford 7.0 template. I'd like the navigation to be stacked underneath the logo, also center aligned. Is this possible? Link to comment
tuanphan Posted August 25, 2020 Share Posted August 25, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:641px) { .header-inner { display: flex; flex-direction: column; justify-content: center; text-align: center; } div#logoWrapper { width: 100% !important; text-align: center; } h1#logoImage { margin: 0 auto; } div#headerNav { text-align: center !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!) Link to comment
erinfooch Posted August 26, 2020 Author Share Posted August 26, 2020 @tuanphan thank you! is there a way to make this happen without forcing the navigation to a hamburger nav on desktop? I'd like to have the navigation center aligned underneath the logo. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.