meghan_dubose Posted June 2 Share Posted June 2 Hello! I am wanting to make the banner image on my homepage the same view on mobile. It is the first one on the homepage that says "Welcome!" Thank you for your help! https://www.hampdenduboseacademy.com/ Link to comment
paul2009 Posted June 3 Share Posted June 3 21 hours ago, meghan_dubose said: I am wanting to make the banner image on my homepage the same view on mobile. If you showed the image at full width it wouldn't be tall enough to accomodate the overlay elements (heading, subheading, paragraphs and CTA button), pushing them below the image (see below) so you'd need to remove some of them. However, if you are happy to compromise on the width of the image (perhaps 2/3rds) and remove one of the paragraph elements, you could use some CSS to adjust the image height to allow the other elements to fit. Something like this: 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
meghan_dubose Posted June 5 Author Share Posted June 5 @paul2009 Thank you for your response! I would be happy with the second screenshot that you shared of 2/3 of the photo. Would you be able to help me with the CSS code to do that? Link to comment
Solution paul2009 Posted June 5 Solution Share Posted June 5 1 hour ago, meghan_dubose said: I would be happy with the second screenshot that you shared of 2/3 of the photo. Would you be able to help me with the CSS code to do that? Sure. Add something like this to Custom CSS: @media only screen and (max-width: 768px) { .collection-type-index.first-index-image-fullscreen .title-desc-wrapper.has-main-image.first { min-height: 46vh; } .collection-type-index.first-index-image-fullscreen #parallax-images .image-container { top: 120px; width: 100%; height: 46vh; } } Let me know how you get on. 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
meghan_dubose Posted June 5 Author Share Posted June 5 @paul2009 - Nothing changes when I copy and paste that into the Custom CSS. Could I be doing it wrong? Link to comment
paul2009 Posted June 5 Share Posted June 5 You currently have some invalid text in your Custom CSS panel. Please delete that and try again. If you experience any issues, please leave the CSS in place and I'll take a look for you 🙂 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
meghan_dubose Posted June 5 Author Share Posted June 5 @paul2009That worked!! Thank you so much! 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