Site logo

Archived topic

Make right menu move when scrolling the site

6 replies · Started by Patrik on January 22, 2020

Viewing posts 1–7 of 7

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):

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 */
    }
}

Hi David,
Many thanks and take care :)

You're welcome

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

This archived topic is closed to new replies.