betyonfire Posted June 1, 2022 Share Posted June 1, 2022 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! Link to comment
Beyondspace Posted June 1, 2022 Share Posted June 1, 2022 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 tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 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
betyonfire Posted June 6, 2022 Author Share Posted June 6, 2022 Perfect!!! Thanks for that code! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment