Hello, I’d like help with reducing the size of these 3 images/icons on the mobile version. Thanks in advance!
Hi @winnado11
I hope you are doing good !
You can add this code in css file
@media(max-width:767px){
#shopify-section-1623276090444d7601 img.custom-content__image {
width:100px !important;
}
}
Thanks
@hawkscode Thanks for the code. The image does reduce, which is exactly the size I want. However, the problem is that it’s not in the center of its own grid/ block. Do you know how to adjust that to the center?
Thanks for your time and help in advance!
How can I do it on the desktop version? (not the mobile)