PartTwoDesign Posted May 20, 2021 Share Posted May 20, 2021 Site URL: https://sunflower-accordion-z2d3.squarespace.com/residential Hi there, We're working on this site - https://sunflower-accordion-z2d3.squarespace.com/residential Password: EnergystorE The top image is very zoomed in and cropped - can we use come custom css to see more of the image? Full picture attached for reference. Thanks for any advice! Anna Link to comment
tuanphan Posted May 22, 2021 Share Posted May 22, 2021 Add to Design > Custom CSS > Then save & reload the site /* Residential - banner */ @media screen and (min-width:901px) { body#collection-609d14f62b17935c4187aed6 { .Parallax-item:first-child img { width: 100% !important; height: auto !important; left: 0 !important; top: 100px !important; } section#res-banner { min-height: 90vh !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
PartTwoDesign Posted May 25, 2021 Author Share Posted May 25, 2021 Hi @tuanphan Thanks for this - it's fixed the image but there's now a lot of padding / black space - I've attached a screenshot. Is there a way to sort this? Link to comment
Solution tuanphan Posted May 26, 2021 Solution Share Posted May 26, 2021 Try this new code. You can adjust number 50 /* Residential - banner */ @media screen and (min-width:901px) { body#collection-609d14f62b17935c4187aed6 { .Parallax-item:first-child img { width: 100% !important; height: auto !important; left: 0 !important; top: 100px !important; } section#res-banner { min-height: unset !important; height: 50vh !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
PartTwoDesign Posted May 26, 2021 Author Share Posted May 26, 2021 Thanks @tuanphanthis worked great! Is there a way to achieve similar on mobile? Thanks! Link to comment
tuanphan Posted May 28, 2021 Share Posted May 28, 2021 I don't see black bar. Did you solve? With mobile, use this code /* Residential - banner */ @media screen and (max-width:640px) { body#collection-609d14f62b17935c4187aed6 { .Parallax-item:first-child img { width: 100% !important; height: auto !important; left: 0 !important; top: 100px !important; } section#res-banner { min-height: unset !important; height: 30vh !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
ElizabethM Posted February 21, 2022 Share Posted February 21, 2022 @tuanphan I have the same issue. with the picture banner of the home page. Could you please help me to fix this. The website is online : https://www.studiopilatesauray.com/accueil Many thanks Link to comment
tuanphan Posted February 23, 2022 Share Posted February 23, 2022 On 2/21/2022 at 4:46 PM, ElizabethM said: @tuanphan I have the same issue. with the picture banner of the home page. Could you please help me to fix this. The website is online : https://www.studiopilatesauray.com/accueil Many thanks Just answered your email with new code. You can try You can also consider using smaller image 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