CFlo Posted June 15, 2022 Share Posted June 15, 2022 Site URL: https://www.lrics.ca Hey hey! Looking to resize a background image for mobile. The green line is currently passing through the title, hoping to reduce the size for mobile so it fits were it should. Also hoping to move 7. & 8. to the center on desktop screen. Thanks PW: LRICS Link to comment
tuanphan Posted June 15, 2022 Share Posted June 15, 2022 Try adding to Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="628d0a2769228175152ecb9b"] .section-background img { object-fit: contain !important; } [data-section-id="628d0a2769228175152ecb9b"] .section-background { background-color: white; }} 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
CFlo Posted July 27, 2022 Author Share Posted July 27, 2022 Hey! Me again, I'm looking to reduce the size of this image for mobile, but I still need it as a full bleed. I used the code above and replaced the section id with the accurate one for this new site, but it shrinks it completely and doesn't fill out the section, causing too much space between the image + header, and the image + next section. Here is the website: https://trombone-tiger-zfb6.squarespace.com/ Password: foryou2 It's on the Service page, first image at the top. Link to comment
tuanphan Posted July 28, 2022 Share Posted July 28, 2022 16 hours ago, CFlo said: Hey! Me again, I'm looking to reduce the size of this image for mobile, but I still need it as a full bleed. I used the code above and replaced the section id with the accurate one for this new site, but it shrinks it completely and doesn't fill out the section, causing too much space between the image + header, and the image + next section. Here is the website: https://trombone-tiger-zfb6.squarespace.com/ Password: foryou2 It's on the Service page, first image at the top. My code, for your first problem With current problem, you need another code. @media screen and (max-width:767px) { [data-section-id="62cc7a213be8f577160da81c"] { min-height: unset !important; } } 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