Glint Posted March 18, 2020 Share Posted March 18, 2020 Site URL: https://www.glintcompany.com/technology Hello, I'd like to resize images I have in one my sections, but only in the mobile version. From desktop everything is fine, but as you can see from the attachement on mobile they are too big. Does anyone know how I can resize them and make them smaller? Thanks, Link to comment
tuanphan Posted March 18, 2020 Share Posted March 18, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1584529128047_9976+.row .image-block { width: 50%; margin-left: auto; margin-right: auto; } } 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!) Link to comment
Glint Posted March 18, 2020 Author Share Posted March 18, 2020 Thanks a lot! Amazing job! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.