lunakito Posted October 28, 2023 Share Posted October 28, 2023 Hello. I'm trying to place navigation text under the site logo and center align both with the page. I'm hoping I can accomplish it without having to switch the design template. Kind of like this site: https://www.salliswindell.com/ Thank you very much for any tips you can share! My website: https://www.studio-yuey.com/ Link to comment
tuanphan Posted October 30, 2023 Share Posted October 30, 2023 Do like this? 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
lunakito Posted October 30, 2023 Author Share Posted October 30, 2023 Hi! Yes, exactly like your image. Link to comment
Solution tuanphan Posted November 3, 2023 Solution Share Posted November 3, 2023 On 10/30/2023 at 11:33 PM, lunakito said: Hi! Yes, exactly like your image. Add to Website > Website Tools (under Not Linked) > Custom CSS @media screen and (min-width:900px) { header#topBar { display: flex; flex-direction: column; justify-content: center; } ul#nav { max-width: 100% !important; margin: 0 !important; } nav.main-nav.dropdown-hover { text-align: center !important; display: flex; justify-content: center; } .siteTitle { float: none !important; max-width: 100% !important; text-align: center !important; } } lunakito 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!) Link to comment
lunakito Posted November 4, 2023 Author Share Posted November 4, 2023 Thank you so much! 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