DanielOFarrell Posted March 15, 2022 Share Posted March 15, 2022 Site URL: https://www.understandings.com.au Hello, How do I resize 'Simple List' images for for mobiles and tablets? I would like the 'Simple List' images to be 35% smaller on mobiles. Kind regards, Dan Link to comment
tuanphan Posted March 16, 2022 Share Posted March 16, 2022 19 hours ago, DanielOFarrell said: Site URL: https://www.understandings.com.au Hello, How do I resize 'Simple List' images for for mobiles and tablets? I would like the 'Simple List' images to be 35% smaller on mobiles. Kind regards, Dan Add to Design > Custom CSS /* Mobile tablet Simple List */ @media screen and (max-width:991px) { body.homepage .list-item-media { width: 70% !important; margin: 0 auto !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!) 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