MariaFY 12 Share Posted February 26 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 post
0 creedon 791 Share Posted February 27 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 best , and see my profile. Thanks for your support! Link to post
0 MariaFY 12 Author Share Posted February 27 I think I figured it out, thanks for the help, I appreciate it! @creedon creedon 1 Link to post
Question
MariaFY 12
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 post
Top Posters For This Question
2
1
Popular Days
Feb 27
2
Feb 26
1
Top Posters For This Question
MariaFY 2 posts
creedon 1 post
Popular Days
Feb 27 2021
2 posts
Feb 26 2021
1 post
Popular Posts
creedon
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;
MariaFY
I think I figured it out, thanks for the help, I appreciate it! @creedon
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment