Home › Forums › Support › Make right menu move when scrolling the site This topic has 6 replies, 2 voices, and was last updated 3 years ago by David. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts January 22, 2020 at 6:31 am #1140181 Patrik Hi, hope everything is great with everyone! In the right side menu i going to have ads for companys and I want it to move/follow when user is scrolling up/down the site. Is that possible? I will link to a printscreen (located on dropbox): January 22, 2020 at 6:32 am #1140184 Patrik here is the link: Printscreen January 22, 2020 at 8:34 am #1140488 DavidStaff Customer Support Hi there, you can make the right-sidebar stick by adding this CSS: @media (min-width: 769px) { #right-sidebar { position: -webkit-sticky; position: sticky; top: 60px; /* Adjust this change sticking position */ } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 23, 2020 at 2:26 pm #1141969 Patrik Hi David, Many thanks and take care 🙂 January 23, 2020 at 3:28 pm #1142031 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 25, 2020 at 1:59 pm #1144070 Patrik Hi again, I just noticed that the Right Menu Widget is following in Firefox and Microsoft Edge but not in regular Internet Explorer (version 11). Can you please help me figure this out? I will open the site for a short time, https://informatorpolonijny.se/ Many thanks, Patrik January 26, 2020 at 4:52 am #1144453 DavidStaff Customer Support position: sticky; is not supported by Internet Explorer 11. The only way to do it is with JS and you would be better off using a plugin like this: https://wordpress.org/plugins/q2w3-fixed-widget/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In