lh-design-07 Posted October 6, 2021 Share Posted October 6, 2021 Site URL: https://www.offpaper.design/portfolio Hello! I'm looking for a way to make the text on the left-side of the portfolios to become 'fixed' when scrolling. There are several images and I'd like for the the text to follow alongside - there are 6 portfolio pages in total. I've seen a couple of people have success with it on here, however I can't figure out how to direct it to that certain text block! (understand I still have a lot to learn coding-wise!) If anyone is able to help at all, I'd be so grateful 😄 Link to comment
tuanphan Posted October 8, 2021 Share Posted October 8, 2021 With Musket Brewery page (page in your screenshot), add this to Design > Custom CSS @media screen and (min-width:641px) { div#block-7fa15e9a63a7b5800f7d+.row .span-4 { position: sticky; top: 0; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
lh-design-07 Posted October 12, 2021 Author Share Posted October 12, 2021 On 10/8/2021 at 11:33 AM, tuanphan said: With Musket Brewery page (page in your screenshot), add this to Design > Custom CSS @media screen and (min-width:641px) { div#block-7fa15e9a63a7b5800f7d+.row .span-4 { position: sticky; top: 0; } } Thank you so much, this is super helpful. You're a star 🙂 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