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 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 pluginIf 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
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