BlueRiverStudioCo Posted May 10 Posted May 10 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.
Beyondspace Posted May 11 Posted May 11 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
BlueRiverStudioCo Posted May 11 Author Posted May 11 4 hours ago, Beyondspace said: Can you share your URL so I can check it? https://blueriverstudio.co/
tuanphan Posted May 13 Posted May 13 On 5/12/2024 at 3:29 AM, AllTradesCo said: https://blueriverstudio.co/ Try this code instead @media screen and (max-width:767px) { #footer-sections * { text-align: center !important; justify-content: center !important; } } 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!)
BlueRiverStudioCo Posted May 13 Author Posted May 13 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!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment