RIR Posted September 23, 2021 Share Posted September 23, 2021 Site URL: http://regenhealth.nz/home Hi, I have a couple of images that show up too large on mobile view. One is in the footer and the other an image block. What code do I need to make them smaller by about 50% please? and where do I put the code? Thanks in advance for help! Link to comment
tuanphan Posted September 24, 2021 Share Posted September 24, 2021 Add to Design > Custom CSS /* resize mobile images */ @media screen and (max-width:767px) { /* above footer */ div#block-yui_3_17_2_1_1632373605867_15842 { width: 50%; margin: 0 auto; } /* footer image */ div#block-yui_3_17_2_1_1629767836842_31920 { 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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