Home › Forums › Support › Making container sticky on mobile devices. This topic has 5 replies, 3 voices, and was last updated 3 years, 3 months ago by Fernando. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 9, 2023 at 2:11 am #2561136 Sean Hi, I would like to make the container sticky on mobile devices on the following page. https://tudorhouseholidays.co.uk/the-hepburn-scarborough/ I need the slideshow to be sticky on mobile, it’s placed within a container. Kind regards, Sean March 9, 2023 at 3:35 am #2561242 DavidStaff Customer Support Hi there, 1. Add this CSS to your site: @media(max-width: 768px) { .is-sticky-mobile { position: sticky; top: 0; } } Note the top: 0; you can change this to a value eg. top: 60px; to offset the sticky position. 2. Select the Container Block the slider is in, and in Advanced > Additional CSS Class(es) add: is-sticky-mobile March 13, 2023 at 12:58 am #2565548 Sean Hi, How do I do it so it appears below the sticky header? March 13, 2023 at 1:29 am #2565587 Fernando Customer Support Hi Sean, Try this code instead: @media(max-width: 768px) { .is-sticky-mobile { position: sticky; top: 220px; } } March 13, 2023 at 1:43 am #2565605 Sean Thank you that worked brilliantly! March 13, 2023 at 4:52 pm #2566608 Fernando Customer Support You’re welcome, Sean! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In