Guest Posted February 5, 2021 Share Posted February 5, 2021 Site URL: https://curiositychina.squarespace.com/ How can I make only the mobile blog thumbnail image smaller using CSS coding? Link to comment
Guest Posted February 5, 2021 Share Posted February 5, 2021 Making this image smaller Link to comment
creedon Posted February 5, 2021 Share Posted February 5, 2021 Add the following to Design > Custom CSS. @media screen and ( max-width: 767px ) { #collection-60069e0f71e85811ae7b79df .blog-side-by-side .blog-image-wrapper { width : 50%; } } This is for a v7.1 site. Let us know how it goes. 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.