Anele0610 Posted September 8, 2021 Posted September 8, 2021 Site URL: https://giraffe-pear-8rtd.squarespace.com/test-5 Hello! I need to find a way to increase the size of the images in the new 'auto' lists on mobile. I want the lists to have one column, but then it makes the size of the images huge. So I have to make it smaller, but this makes them tiny on mobile.. What would be the CSS to make them have custom size on mobile? https://giraffe-pear-8rtd.squarespace.com/test-5 thanks! Anele
tuanphan Posted September 9, 2021 Posted September 9, 2021 Add to Design > Custom CSS /* List image size on mobile */ @media screen and (max-width:767px) { .user-items-list-carousel__media-container { width: 70% !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!)
Anele0610 Posted September 10, 2021 Author Posted September 10, 2021 On 9/9/2021 at 3:38 AM, tuanphan said: Add to Design > Custom CSS /* List image size on mobile */ @media screen and (max-width:767px) { .user-items-list-carousel__media-container { width: 70% !Important; } } Yesss, thank you!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.