Jump to content

Center images in footer on mobile

Recommended Posts

22 minutes ago, betyonfire said:

Site URL: https://wilsonmuseum.squarespace.com

I'm having trouble getting the three images in my footer centered on small screens. Any suggestions?

password: backflips!

Try the following Css code

@media only screen and (max-width: 767px) {
  section[data-section-id="62434b48dd6af834d4cf29ba"] .sqs-row > .col:first-child > .row  {
    display: flex; 
    justify-content: center;
  }

  section[data-section-id="62434b48dd6af834d4cf29ba"] .sqs-row > .col:nth-child(2) > .row {
    display: flex; 
    justify-content: center;
  }

  section[data-section-id="62434b48dd6af834d4cf29ba"] .sqs-row > .col:nth-child(2) > .row > .col:last-child {
    display: none;
  }
}

Let me know how it works on your site

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. 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.