MuneebC Posted August 11, 2021 Share Posted August 11, 2021 Site URL: https://www.socialdrivingacademy.co.nz/ Hi everyone First time user of this forum. it looks like this question's been asked a number of times but I've got website icon images on my site which aren't resizing for mobile on homepage. There is CSS code on the site that resizes the icons on other pages but it looks like the code for the home page is referencing other blocks. How do I identify the block ID (yui?) Homepage Driving Lessons page Thanks Muneeb Link to comment
tuanphan Posted August 14, 2021 Share Posted August 14, 2021 On 8/12/2021 at 4:52 AM, MuneebC said: Site URL: https://www.socialdrivingacademy.co.nz/ Hi everyone First time user of this forum. it looks like this question's been asked a number of times but I've got website icon images on my site which aren't resizing for mobile on homepage. There is CSS code on the site that resizes the icons on other pages but it looks like the code for the home page is referencing other blocks. How do I identify the block ID (yui?) Homepage Driving Lessons page Thanks Muneeb Add to Design > Custom CSS /* resize mobile icons */ @media screen and (max-width:767px) { /* Homepage */ div#block-c878252a157d6c634847+.row .image-block { width: 30%; margin: 0 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.