Site logo

Archived topic

Sidebar overriding the footer position

5 replies · Started by Mehedi on November 25, 2020

Viewing posts 1–6 of 6

Hi there,

can you share a link to where i can see the issue.

Use position sticky instead of fixed in your CSS:

.inside-right-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

Solved. Thanks for the help.

You're welcome

This archived topic is closed to new replies.