parispeak Posted October 15, 2022 Share Posted October 15, 2022 Site URL: https://therapywa.squarespace.com Hi All, The Squarespace navigation options seem to include all options except a centred logo with a right aligned navigation. Is anyone able to assist with custom CSS to centre the logo? I already have the navigation right aligned. Website link: https://therapywa.squarespace.com Password: TherapyWA2022 Thanks in advance! 💫 Link to comment
tuanphan Posted October 17, 2022 Share Posted October 17, 2022 You can choose layout: Left Navigation - Middle Logo. Then we can give some code to move Nav from Left to right. I think it will be easier. With current layout, try this to Design > Custom CSS @media screen and (min-width:992px) { .header-title-nav-wrapper { flex: 1 1 50%; justify-content: center; } .header-title { flex-grow: 1; flex-shrink: 1; } .header-nav { flex-grow: 0.5; flex-shrink: 1; padding: 0 !important; } .header-title-logo { text-align: right; } } 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
parispeak Posted October 23, 2022 Author Share Posted October 23, 2022 (edited) On 10/17/2022 at 8:10 AM, tuanphan said: You can choose layout: Left Navigation - Middle Logo. Then we can give some code to move Nav from Left to right. I think it will be easier. With current layout, try this to Design > Custom CSS @media screen and (min-width:992px) { .header-title-nav-wrapper { flex: 1 1 50%; justify-content: center; } .header-title { flex-grow: 1; flex-shrink: 1; } .header-nav { flex-grow: 0.5; flex-shrink: 1; padding: 0 !important; } .header-title-logo { text-align: right; } } Thanks for the suggestion, when I pasted this code however nothing changed.. I've left that code in there for now. Any ideas?? Edited October 23, 2022 by parispeak Link to comment
tuanphan Posted October 26, 2022 Share Posted October 26, 2022 On 10/23/2022 at 10:11 AM, parispeak said: Thanks for the suggestion, when I pasted this code however nothing changed.. I've left that code in there for now. Any ideas?? Did you changed header layout since my comment? Do you still need help? 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
parispeak Posted November 2, 2022 Author Share Posted November 2, 2022 On 10/26/2022 at 8:03 AM, tuanphan said: Did you changed header layout since my comment? Do you still need help? I changed the header layout to left navigation with middle logo and then tried your code - which I didn't have any luck with! So yes still need help! Thank you Link to comment
tuanphan Posted November 4, 2022 Share Posted November 4, 2022 On 11/2/2022 at 10:23 AM, parispeak said: I changed the header layout to left navigation with middle logo and then tried your code - which I didn't have any luck with! So yes still need help! Thank you Use this new code @media screen and (min-width:992px) { .header-title-nav-wrapper { flex: 1 1 50%; flex-direction: row-reverse; } .header-title { flex-grow: 1; flex-shrink: 1; } .header-nav { flex-grow: 0.5; flex-shrink: 1; padding: 0 !important; } .header-title-logo { text-align: right; } .header-display-desktop {flex-direction: row-reverse;} .header-nav { text-align: right; } } 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