philmade Posted March 4, 2022 Share Posted March 4, 2022 Site URL: https://philmade.com I have a Squarespace 7.0 site (Avenue template) and I want the header alignment to be flush left and the footer elements centered. SS Help said in 7.0 you cannot separate these settings. Is this something that could be easily changed with custom CSS? I do not work in CSS, would need help or to hire someone... just wondering if this is simple (seem like it would be, but what do I know). Any help appreciated. Thanks. (site currently set for centered; attached files show how I want both to look) Link to comment
Beyondspace Posted March 4, 2022 Share Posted March 4, 2022 35 minutes ago, philmade said: Site URL: https://philmade.com I have a Squarespace 7.0 site (Avenue template) and I want the header alignment to be flush left and the footer elements centered. SS Help said in 7.0 you cannot separate these settings. Is this something that could be easily changed with custom CSS? I do not work in CSS, would need help or to hire someone... just wondering if this is simple (seem like it would be, but what do I know). Any help appreciated. Thanks. (site currently set for centered; attached files show how I want both to look) Try adding to Home > Design > Custom Css #header { display: flex; align-items: center; } #topNav { display: flex;; justify-content: flex-end; } #logo { display: flex; } Let me know how it works BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted March 4, 2022 Share Posted March 4, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
philmade Posted March 4, 2022 Author Share Posted March 4, 2022 10 minutes ago, bangank36 said: My testing 10 minutes ago, bangank36 said: Try adding to Home > Design > Custom Css #header { display: flex; align-items: center; } #topNav { display: flex;; justify-content: flex-end; } #logo { display: flex; } Let me know how it works This worked perfectly! Thank you so much! Link to comment
philmade Posted March 4, 2022 Author Share Posted March 4, 2022 15 minutes ago, bangank36 said: Try adding to Home > Design > Custom Css #header { display: flex; align-items: center; } #topNav { display: flex;; justify-content: flex-end; } #logo { display: flex; } Let me know how it works Wait, found a problem... once the window is smaller on mobile, I need the logo to center with the menu... it looks bad off to left on mobile (see photo). Can you make it center on smallest mobile window size? Happy to pay you for your time. If you cannot do this, I'll need to go back to the way it was. Thanks Beyondspace 1 Link to comment
Beyondspace Posted March 4, 2022 Share Posted March 4, 2022 Support via message philmade 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! 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