Webtech223 Posted January 19, 2022 Share Posted January 19, 2022 Site URL: https://pourednyc.com/ Hello, I am trying to resize my homepage image to make it fit on mobile. It is the first image of the table with the logo "Poured." Is there CSS that can fix this issue? PASSWORD FOR SITE IS(ALL CAPS) : TEST Link to comment
tuanphan Posted January 21, 2022 Share Posted January 21, 2022 Add to Design > Custom CSS /* resize background image */ @media screen and (max-width:767px) { [data-section-id="61968708c0bf2e4ac499bcab"] { .section-background-content { z-index: 999; } .section-background-content .section-background-canvas { visibility: hidden; } .section-background img { visibility: visible !important; object-position: 5% !Important; } & { min-height: unset !important; height: 40vh !important; }}} 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
Create an account or sign in to comment
You need to be a member in order to leave a comment