Adam_He 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
Adam_He Posted February 5, 2021 Author 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 best , and see my profile. Thanks for your support! 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