MTakai Posted May 28, 2020 Share Posted May 28, 2020 (edited) Hi there, I'm currently using a portfolio page as my homepage in Squarespace 7.1. I notice the page isn't fixed (it allows people to scroll up and down at least on a 13" laptop) even though there's literally nothing but one line of text. I've attached a screenshot to this post where you can see the scroll bar on the right side. My other pages (i.e., Art + Photo and Contact) are fixed which I like. I wonder if there's a code fix to this? I've tried to size down the images (when you hover over the text, an image appears) but it doesn't make a difference. Thank you! Edited May 28, 2020 by MTakai Link to comment
Solution jpeter Posted May 28, 2020 Solution Share Posted May 28, 2020 Looks like the min-height CSS property on the .portfolio-hover and .portfolio-hover-display classes is the culprit. You can fix it by adding custom CSS: .portfolio-hover { position: absolute; width: 100%; } MTakai 1 Link to comment
MTakai Posted May 28, 2020 Author Share Posted May 28, 2020 @jpeter Oh my gosh that worked, thank you so much! 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