Jump to content

Center align footer navigation in 7.0 (Brine family, Foster Juice Co template)

Recommended Posts

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}}
 

Tablet.png

Desktop.png

Mobile.png

Link to comment
  • Replies 8
  • Views 526
  • Created
  • Last Reply

Top Posters In This Topic

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.