rebeccalmartin Posted April 20, 2021 Share Posted April 20, 2021 Site URL: http://www.toucan-electrical.co.uk Hi there, is there a way to have the logo left aligned and the nav right aligned in the Five template? It currently looks so odd unless centered! Thanks! Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 Add to Design > Custom CSS /* align logo nav */ .horizontal-navigation-bar.clear.with-logo { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: justify !important; -ms-flex-pack: justify !important; justify-content: space-between !important; } nav#main-navigation { margin-right: 0; padding-right: 0; } 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
rebeccalmartin Posted April 26, 2021 Author Share Posted April 26, 2021 Thank you SO much you're a life saver! Please send me the link so I can pay you something 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.