justhititwithahammer Posted March 29, 2021 Share Posted March 29, 2021 Site URL: https://hypersphere-raccoon-w3rt.squarespace.com/ Hi there! I've used Wix in the past to be able to position things with ease, and am currently shifting over to Squarespace. What I'd like to do is right align the logo, with the navigation and social media icons immediately to the left. I've been googling loads and trying different code, but haven't been able to find anything that allows me to do it as of yet. Does anyone have any suggestions? Many thanks! Dave PS the password for the site is davedave, and the template I'm using is Gates. Link to comment
tuanphan Posted April 10, 2021 Share Posted April 10, 2021 On 3/29/2021 at 11:20 PM, justhititwithahammer said: Site URL: https://hypersphere-raccoon-w3rt.squarespace.com/ Hi there! I've used Wix in the past to be able to position things with ease, and am currently shifting over to Squarespace. What I'd like to do is right align the logo, with the navigation and social media icons immediately to the left. I've been googling loads and trying different code, but haven't been able to find anything that allows me to do it as of yet. Does anyone have any suggestions? Many thanks! Dave PS the password for the site is davedave, and the template I'm using is Gates. Hi. Add to Design > Custom CSS /* Right align logo */ .header-display-desktop { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .header-title-nav-wrapper { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.