Jump to content

I need the section height to be a different height on mobile

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

12 hours ago, ChristopherLuna said:

I need to have a separate mobile size for the top header image. I want desktop to stay in height L and mobile to be in the dimension of height S.

If you set it to large (L) in the section editor, you should then be able to use some Custom CSS to reduce it on mobile devices. You can do this with a media query and set the height of the section. Using the .homepage class restricts this to the homepage only.

For example, something like this, adjusting the values to work with different mobile sizes:

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
  .homepage .page-section.section-height--large:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
    min-height: 55vh;
    max-height: 65vh;
  }
}

This is how it looked on iPhone SE, XR and 12 Pro when I tested it:

image.thumb.gif.d698de951d876231412956561c29f064.gif

Did this help? Please give feedback by clicking an icon below  ⬇️

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

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.