Omnivorous_Adam Posted February 20, 2021 Share Posted February 20, 2021 Site URL: https://www.omnivorousadam.com/ Site URL: https://www.omnivorousadam.com/ Hi there, Password to website: WaffleMan123 Currently my Homepage Banners are not optimized (doesn't fit whole image) on Mobile for some reason. Can someone let me know how to fix this issue? Beyondspace 1 Link to comment
Beyondspace Posted February 20, 2021 Share Posted February 20, 2021 5 hours ago, Omnivorous_Adam said: Site URL: https://www.omnivorousadam.com/ Site URL: https://www.omnivorousadam.com/ Hi there, Password to website: WaffleMan123 Currently my Homepage Banners are not optimized (doesn't fit whole image) on Mobile for some reason. Can someone let me know how to fix this issue? is it because the image ratio that make the image cropped on mobile, I can suggest use a different background image to replace it on mobile (using custom css) Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
tuanphan Posted February 22, 2021 Share Posted February 22, 2021 On 2/20/2021 at 7:36 AM, Omnivorous_Adam said: Site URL: https://www.omnivorousadam.com/ Site URL: https://www.omnivorousadam.com/ Hi there, Password to website: WaffleMan123 Currently my Homepage Banners are not optimized (doesn't fit whole image) on Mobile for some reason. Can someone let me know how to fix this issue? Add to Design > Custom CSS /* resize home banner */ @media screen and (max-width:767px) { body.homepage .Parallax-item:first-child img { width: 100% !important; height: auto !important; top: 0 !important; left: 0 !important; } section#homepage-banner { min-height: unset !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
Omnivorous_Adam Posted February 22, 2021 Author Share Posted February 22, 2021 @tuanphanThank you so much! It looks so much better, but there is still an issueu. See new screenshot. A gray bar appears on mobile. Link to comment
tuanphan Posted February 28, 2021 Share Posted February 28, 2021 On 2/23/2021 at 1:57 AM, Omnivorous_Adam said: @tuanphanThank you so much! It looks so much better, but there is still an issueu. See new screenshot. A gray bar appears on mobile. Try change this section#homepage-banner { min-height: unset !important; } to this section#homepage-banner { min-height: unset !important; height: 200px !important; } You can adjust number 200 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