EvolveHP Posted September 9, 2020 Share Posted September 9, 2020 Site URL: https://www.evolvehumanperformance.net/21day-nutrition-challenge-females Trying to resize images on mobile site I've tried using other snippets of code people are suggesting but it doesn't seem to be working. Trying to resize all of the blue icons on this page: https://www.evolvehumanperformance.net/21day-nutrition-challenge-females Thanks in advance Link to comment
tuanphan Posted September 10, 2020 Share Posted September 10, 2020 Add to Home > Design > Custom CSS /* resize icons */ @media screen and (max-width:767px) { /* envolve online */ div#block-7fe2922703671f73b889 + .row .image-block { width: 50%; margin: 0 auto; } /* our program */ div#block-d8d2d153673ebb10d2f4 + .row .image-block { width: 50%; 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.