karrstudio Posted September 21 Share Posted September 21 Hi everyone! I want the mobile version to show the full home screen photo but I can't figure out how to do it. Any help, Thanks Website: www.gestu.nyc Link to comment
bycrawford Posted September 21 Share Posted September 21 If you haven't already, 'upgrade' the section which will make it Fluid Engine. Then you can drag the section up on your mobile view so that the image is landscape. Sam Crawford | by Crawford. Multi-award-winning Squarespace expert e. sam@bycrawford.com w. bycrawford.com 💸 Speedrun your first $100k as a Squarespace designer: sixfiguredesign.club📱 Hire me to build your Squarespace website: calendly.com/bycrawford/call Did my comment help? To help others benefit, leave a like and mark my answer as 'best'. This lets users scroll straight to the solution they need. Link to comment
Solution Ziggy Posted September 21 Solution Share Posted September 21 As @bycrawford said you should reduce the number of grid rows, but since you have images layered in that section you may want to adjust their position first. The reason that the image takes up the full height of the screen on mobile is that you have this code in Custom CSS that is forcing the section to be full height (100vh): @media screen and (max-width: 767px) { section[data-section-id="64e54f9bb946601f10e2af9e"] { min-height: unset !important; height: 100vh; }} If you remove that the section height will then be set by the section settings of 33vh (small in the section settings) and by the contents of the section. To summarise; remove code, rearrange images and reduce the number of rows. bycrawford 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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