erinfooch Posted February 1, 2022 Share Posted February 1, 2022 I'm migrating to a new template on Squarespace 7.0 (from Om template to Foster Juice template). I'm trying to center align the footer content on tablet and mobile because it looks really bad. I've managed to add in some custom CSS to stack and center align everything but it still looks poor. Any suggestions on how to make it look great on mobile and tablet? I'm adding screenshots to show how it looks. And here is the code I've added in so far... .Footer-inner {display:flex!important} .Footer-blocks--top, .Footer-blocks--middle, .Footer-blocks--bottom{flex:1!important; display:flex!important; justify-content:center!important} .Footer-blocks--bottom{display:none!important} .Footer-blocks--top{justify-content:left!important;} @media only screen and (max-width:950px) {.Footer-inner{display:inline!important}.Footer-blocks--top, {justify-content:center!important;}} @media only screen and (max-width:950px) {.Footer *{text-align:center}} Link to comment
tuanphan Posted February 7, 2022 Share Posted February 7, 2022 Hi. What is site url? We can help easier 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
erinfooch Posted February 9, 2022 Author Share Posted February 9, 2022 it's not a live site yet—i'm updating to a new template with these updates. the live site is currently https://www.annababayanskincare.com/ Link to comment
tuanphan Posted February 14, 2022 Share Posted February 14, 2022 On 2/9/2022 at 11:07 PM, erinfooch said: it's not a live site yet—i'm updating to a new template with these updates. the live site is currently https://www.annababayanskincare.com/ If the site is not live with new template, you can duplicate site & share link, we can check easier 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
erinfooch Posted February 14, 2022 Author Share Posted February 14, 2022 Here is the site now that it's live: https://www.annababayanskincare.com/ password: Serum Link to comment
erinfooch Posted February 18, 2022 Author Share Posted February 18, 2022 I just want each section of the footer navigation to stack on top of each other center aligned. Is there a way to do that? Link to comment
tuanphan Posted February 21, 2022 Share Posted February 21, 2022 On 2/18/2022 at 11:08 PM, erinfooch said: I just want each section of the footer navigation to stack on top of each other center aligned. Is there a way to do that? You want to center Contact Column on mobile? 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
erinfooch Posted February 21, 2022 Author Share Posted February 21, 2022 @tuanphan i want to center align "Learn More" "Get Started" and "Connect" navigation columns stacked on top of each other Link to comment
tuanphan Posted February 23, 2022 Share Posted February 23, 2022 On 2/21/2022 at 10:41 PM, erinfooch said: @tuanphan i want to center align "Learn More" "Get Started" and "Connect" navigation columns stacked on top of each other Add to Design > Custom CSS @media screen and (max-width:767px) { nav.Footer-nav { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; } } 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