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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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

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.