RPNesbitt Posted February 17, 2021 Share Posted February 17, 2021 Site URL: https://bronze-chiton-c6g7.squarespace.com/ I am trying to figure out how to make the mobile version of the homepage of my website look better. All I've been able to do is make the first image fit a bit better but it is still hidden partly behind the header as well. Is there anyway to reduce the size of these background images for mobile and possibly lower them so the header doesn't overlap? https://bronze-chiton-c6g7.squarespace.com/ Thank you Link to comment
tuanphan Posted February 19, 2021 Share Posted February 19, 2021 Hi. What is password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
RPNesbitt Posted February 19, 2021 Author Share Posted February 19, 2021 14 hours ago, tuanphan said: Hi. What is password? Designcast Sorry about that. Link to comment
tuanphan Posted February 22, 2021 Share Posted February 22, 2021 On 2/20/2021 at 12:10 AM, RPNesbitt said: Designcast Sorry about that. You mean homepage first image? Add this to Design > Custom CSS /* resize home first banner image */ @media screen and (max-width:767px) { body.homepage #page section:first-child { min-height: 20vh !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
RPNesbitt Posted February 23, 2021 Author Share Posted February 23, 2021 20 hours ago, tuanphan said: You mean homepage first image? Add this to Design > Custom CSS /* resize home first banner image */ @media screen and (max-width:767px) { body.homepage #page section:first-child { min-height: 20vh !important; } } That works for the first image but not for the rest as you scroll down. Is there anyway to make the rest do the same? Also the slide show doesn't work well on the Drawings. Is that possible to reduce in size on mobile? Thank you very much also! Link to comment
tuanphan Posted February 28, 2021 Share Posted February 28, 2021 On 2/23/2021 at 11:06 AM, RPNesbitt said: That works for the first image but not for the rest as you scroll down. Is there anyway to make the rest do the same? Also the slide show doesn't work well on the Drawings. Is that possible to reduce in size on mobile? Thank you very much also! Hi. Remove above & add new code /* resize home images */ @media screen and (max-width:767px) { body.homepage article section { min-height: 20vh !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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