ChristopherLuna Posted June 2 Share Posted June 2 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. Can you help? https://www.welovecreators.org Link to comment
paul2009 Posted June 3 Share Posted June 3 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: Did this help? Please give feedback by clicking an icon below ⬇️ About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. 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