TabithaMStoe Posted February 22 Share Posted February 22 (edited) Hello 🙂 I would so appreciate some help as I have tried adding custom css for the past 2hrs to get the image of our logo sticky as you scroll with no luck! I think my problem is getting the correct ID for the image to add to the code!? Thank you in advance if you can help! Tabitha Edited February 23 by TabithaMStoe Link to comment
Solution TabithaMStoe Posted February 23 Author Solution Share Posted February 23 I finally did it thanks to Jessica Miller using this code: //create sticky column// @media screen and (min-width:768px) { body:not(.sqs-edit-mode-active)Â .fe-block-9e623238fbfd1bdf1342 { Â position: -webkit-sticky; /* Safari */ Â Â position: sticky; Â top: 100px; } } Â Hurray! tuanphan 1 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