katarinamravlja Posted August 2, 2021 Share Posted August 2, 2021 Site URL: https://www.globalpowertour.com/ Hello, I'm having trouble optimizing my hero image for mobile view. I've tried adding the CSS but didn't seem to add it correctly. Please help! Thank you for all the help! Kind regards, Katarina Link to comment
tuanphan Posted August 3, 2021 Share Posted August 3, 2021 On 8/2/2021 at 7:17 AM, katarinamravlja said: Site URL: https://www.globalpowertour.com/ Hello, I'm having trouble optimizing my hero image for mobile view. I've tried adding the CSS but didn't seem to add it correctly. Please help! Thank you for all the help! Kind regards, Katarina Add to Design > Custom CSS > then save & reload the site /* resize mobile banner */ @media screen and (max-width:640px) { section#home-2-1 figure img { width: 100% !important; height: auto !important; left: 0 !important; min-height: unset !important; } section#home-2-1 { min-height: unset !important; height: 160px; } } 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.