Jump to content

Centered everything on my mobile footer except for social links

Recommended Posts

Posted

Used the following code to center align all elements on my footer:

@media only screen and (max-width:768px){
 #footer-sections * {
    text-align: center !important;
}

 

However, social links are not centering.

  • Replies 5
  • Views 1k
  • Created
  • Last Reply

Top Posters In This Topic

Posted
18 hours ago, AllTradesCo said:

Used the following code to center align all elements on my footer:

@media only screen and (max-width:768px){
 #footer-sections * {
    text-align: center !important;
}

 

However, social links are not centering.

Can you share your URL so I can check it?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

Posted
11 hours ago, tuanphan said:

Try this code instead

@media screen and (max-width:767px) {
    #footer-sections * {
        text-align: center !important;
        justify-content: center !important;
    }
}

 

That worked, thank you!

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.