Jump to content

How to have banner show more of the image?

Go to solution Solved by tuanphan,

Recommended Posts

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • Solution

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 8 months later...
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

cecile.jpg

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.