MariaFY Posted February 26, 2021 Share Posted February 26, 2021 Site URL: https://olive-marlin-t4e7.squarespace.com Hey guys, I'm trying to adjust my index gallery on mobile so the entire image shows, not just a portion of it. I tried width: 100%; with no luck. Thankful for any help!! Site: https://olive-marlin-t4e7.squarespace.com pw: circle Link to comment
creedon Posted February 27, 2021 Share Posted February 27, 2021 Add the following to Design > Custom CSS. @media screen and ( max-width : 640px ) { .homepage .sqs-block-gallery { padding-left : 0 !important; padding-right : 0 !important; } } Let us know how it goes. MariaFY and tuanphan 2 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
MariaFY Posted February 27, 2021 Author Share Posted February 27, 2021 I think I figured it out, thanks for the help, I appreciate it! @creedon creedon 1 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