MatthewAngus Posted June 16, 2021 Share Posted June 16, 2021 Site URL: https://robin-halibut-mlg2.squarespace.com Hi there, my homepage is looking exactly how i want it on desktop: https://robin-halibut-mlg2.squarespace.com (password "test" to get in) Unfortunately, on mobile it's a different story. The image of the instrument we're promoting is far too large and therefore on mobile we want to make the image smaller so that proprtionally you see the whole instrument. On desktop the gallery is at 100vh, but on mobile we figure we'd like it to be around 50vh or 60vh. I've tried changing it via various class IDs but no luck. Best I could do was have it shrink vertically, but it just squishes the image. Also, on mobile, for some reason the image gallery isn't bleeding all the way to the top like it does on desktop. We want the navigation to be superimposed overtop of the gallery, just like in desktop, but on mobile it's a white background. Any help with both of these issues would be very very much appreciated! Thanks! Matt Link to comment
tuanphan Posted June 21, 2021 Share Posted June 21, 2021 Add to Design > Custom CSS /* Mobile top image */ @media screen and (max-width:767px) { section#new-gallery img { width: 100% !important; height: auto !important; left: 0 !important; } section#new-gallery { height: 500px !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
tuanphan Posted June 24, 2021 Share Posted June 24, 2021 Also, need support these? Site URL – https://robin-halibut-mlg2.squarespace.com/ 1. (Mobile-Homepage) resize top image? 2. (Mobile-Homepage) resize this? 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
SimplifyDesign Posted July 6, 2021 Share Posted July 6, 2021 On 6/21/2021 at 6:22 PM, tuanphan said: Add to Design > Custom CSS /* Mobile top image */ @media screen and (max-width:767px) { section#new-gallery img { width: 100% !important; height: auto !important; left: 0 !important; } section#new-gallery { height: 500px !important; } } Hey @tuanphan I am trying to apply this resizing to an index gallery however it doesn't pull the gallery controls across with the resizing. Any chance you know a quick fix? Link to comment
tuanphan Posted July 7, 2021 Share Posted July 7, 2021 On 7/6/2021 at 12:00 PM, SimplifyDesign said: Hey @tuanphan I am trying to apply this resizing to an index gallery however it doesn't pull the gallery controls across with the resizing. Any chance you know a quick fix? What is your site url? 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