Eivind_ Posted July 7, 2021 Share Posted July 7, 2021 Site URL: https://www.lyonbarberstudio.squarespace.com Hi, My website is lyonbarberstudio.squarespace.com password is: lyonbarberstudio I want to mirror my navigation. Basically, my logo on the right. Nav links and call to action button to the left. How do I make this possible with custom CSS? Link to comment
Solution tuanphan Posted July 9, 2021 Solution Share Posted July 9, 2021 On 7/7/2021 at 3:45 PM, Eivind_ said: Site URL: https://www.lyonbarberstudio.squarespace.com Hi, My website is lyonbarberstudio.squarespace.com password is: lyonbarberstudio I want to mirror my navigation. Basically, my logo on the right. Nav links and call to action button to the left. How do I make this possible with custom CSS? Add to Design > Custom CSS /* Header layout */ .header-display-desktop { flex-direction: row-reverse; } .header-title-nav-wrapper { flex-direction: row-reverse; justify-content: space-between; } .header-nav { text-align: left !important; } Eivind_ 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
Eivind_ Posted July 9, 2021 Author Share Posted July 9, 2021 3 hours ago, tuanphan said: Add to Design > Custom CSS /* Header layout */ .header-display-desktop { flex-direction: row-reverse; } .header-title-nav-wrapper { flex-direction: row-reverse; justify-content: space-between; } .header-nav { text-align: left !important; } Thank you very much! This works. Is it possible to implement on mobile view as well? Link to comment
tuanphan Posted July 13, 2021 Share Posted July 13, 2021 On 7/9/2021 at 10:52 AM, Eivind_ said: Thank you very much! This works. Is it possible to implement on mobile view as well? Hi, You mean, force desktop header on mobile or mobile shoe be: Logo - Burger - Button? 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