Sandeep2017 Posted April 21, 2020 Share Posted April 21, 2020 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. 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; } } 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
Archived
This topic is now archived and is closed to further replies.