Sandeep2017 Posted April 21, 2020 Share Posted April 21, 2020 (edited) Site URL: https://www.lewishubbard.com/home-redesign-april-2020-full-refs Hi. I've set my nav to right-aligned in Site Styles (Five template) but my Logo aligns to the center when doing so. How can I left-align the Logo while keeping nav right-aligned? Thanks. Edited April 21, 2020 by Sandeep2017 Link to comment
tuanphan Posted April 21, 2020 Share Posted April 21, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:641px) { .horizontal-navigation-bar.clear.with-logo { display: flex; justify-content: space-between; } nav#main-navigation { padding-right: 0; margin-right: 0; } } Sandeep2017 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
Sandeep2017 Posted April 21, 2020 Author Share Posted April 21, 2020 Excellent, thanks @tuanphan! That works perfectly. In addition, if it's ok, how can I display the logo image png instead of the Site Title on mobile? Thanks in advance. Link to comment
tuanphan Posted April 22, 2020 Share Posted April 22, 2020 21 hours ago, Sandeep2017 said: Excellent, thanks @tuanphan! That works perfectly. In addition, if it's ok, how can I display the logo image png instead of the Site Title on mobile? Thanks in advance. It seems you solved? 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment