Jump to content

Resizing image on website for mobile?

Recommended Posts

Site URL: https://lion-pike-eywa.squarespace.com/

Hi, I'm trying to resize the banner image on my website for mobile so that the logo doesn't crop off in this display. I'm a beginner at CSS codes and have tried several codes i found online, of which none seem to work. Here's one I'm currently using:

 


@media only screen and (max-width:640px) { #block-55e89da83b15440928f7 {width:0%; margin:auto}}

 

Can someone help me figure out what I'm doing wrong?

 

https://lion-pike-eywa.squarespace.com/

 

 

Link to comment
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

You mean Game Change Enablers image on mobile?

Add to Design > Custom CSS > Then save & reload the site

/* Resize background image effect */
@media screen and (max-width:767px) {
[data-section-id="6094ec2a8bdc1346da159ab6"] .section-background-content {
    z-index: 999;
    position: relative !important;
}
[data-section-id="6094ec2a8bdc1346da159ab6"] .section-background-canvas {
    visibility: hidden;
}
[data-section-id="6094ec2a8bdc1346da159ab6"] img {
    visibility: visible !important;
    height: auto !important;
}
[data-section-id="6094ec2a8bdc1346da159ab6"] {
    min-height: unset !important;
    height: 25vh !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
  • 2 weeks later...

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.