Jump to content

Banner image cuts off on mobile view

Recommended Posts

  • Replies 7
  • Views 874
  • Created
  • Last Reply

Top Posters In This Topic

Add to Home > Design > Custom CSS

/* Our team page */
@media screen and (max-width:640px) {
body#collection-5e9d300fb304792a5840865e {
section.Intro.Intro--has-image figure img {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
}
section.Intro.Intro--has-image {
    height: 250px !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
On 11/17/2020 at 6:48 PM, tuanphan said:

Add to Home > Design > Custom CSS


/* Our team page */
@media screen and (max-width:640px) {
body#collection-5e9d300fb304792a5840865e {
section.Intro.Intro--has-image figure img {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
}
section.Intro.Intro--has-image {
    height: 250px !important;
}
}
}

 

Thank you so much 😊

Link to comment
  • 4 months later...
On 11/19/2020 at 1:34 AM, tuanphan said:

I see some pages have long content on mobile. You can consider adding a back to top button.

Also, on Tablet, I see this. Do you want to fix?

image.thumb.png.15bbe545b18cdd04a056963bf560e879.png

Yes please, if that can be fixed for tablets that would be fantastic. 

 

Also, the banner images on the home page on mobile are not fitting correctly - is there a code that i could use to fix this? Thank you

https://vegapropertyemporium.com/

Edited by Vegaproperty
mistake made
Link to comment
On 4/13/2021 at 11:23 AM, Vegaproperty said:

Yes please, if that can be fixed for tablets that would be fantastic. 

 

Also, the banner images on the home page on mobile are not fitting correctly - is there a code that i could use to fix this? Thank you

https://vegapropertyemporium.com/

Add to Design > Custom CSS

/* resize home banner mobile */
@media screen and (max-width:640px) {
section#about figure img {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
    top: 100px !Important;
}
section#about {
    min-height: unset !important;
}
}

With buttons overlap, add to Design > Custom CSS

/* Tablet our team buttons overlap */
@media screen and (max-width:991px) and (min-width:768px) {
div#block-yui_3_17_2_1_1589349754930_8515+.row .span-3:first-child, div#block-yui_3_17_2_1_1589349754930_8515+.row .span-3:last-child {
    width: 10% !important;
}
div#block-yui_3_17_2_1_1589349754930_8515+.row .span-3:nth-child(n+2) {
    width: 40%;
}
}

 

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
  • 3 months later...
On 8/5/2021 at 7:40 AM, SouthernSunEvents said:

Having the same issue on a non-index page. The banner image is cut short on mobile and tablet.

http://www.southernsunevents.com/services

PW: sse2020

Hi. Add to Design > Custom CSS

/* Services banner */
@media screen and (max-width:900px) {
body#collection-5fcfb2fc10aae775717ced63 .Parallax-item:first-child img {
    width: 100% !important;
    height: auto !important;
    left: 0 !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

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.