lunakito Posted October 28 Share Posted October 28 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 Share Posted October 30 Do like this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lunakito Posted October 30 Author Share Posted October 30 Hi! Yes, exactly like your image. Link to comment
Solution tuanphan Posted November 3 Solution Share Posted November 3 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lunakito Posted November 4 Author Share Posted November 4 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