Melchior Posted November 27, 2023 Posted November 27, 2023 Hi, I adjusted the white space above and below of the portfolio using Custom Css. It looks just great (see screenshot 1). Only, in mobile view, the portfolio items show up on top of the footer (see screenshot 2) Any idea how I can prevent this please?
Solution Ziggy Posted November 27, 2023 Solution Posted November 27, 2023 48 minutes ago, Melchior said: Only, in mobile view, the portfolio items show up on top of the footer (see screenshot 2) You're not actually adjusting the white space, you're adjusting the height to a fixed (screen relative) value which doesn't work on mobile. Your easiest fix if you like how it looks is to wrap the code in a media query so it only applies to desktop, you can try this: @media only screen and (min-width:768px) { //// REPLACE THIS LINE WITH YOUR CODE //// } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Melchior Posted November 27, 2023 Author Posted November 27, 2023 That did the trick. Thank you! Ziggy 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment