[Resolved] Sidebar overriding the footer position

Home Forums Support [Resolved] Sidebar overriding the footer position

Home Forums Support Sidebar overriding the footer position

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1546192
    Mehedi

    Sticky fixed sidebar over-riding the footer position – https://prnt.sc/vpw47e

    #1546468
    David
    Staff
    Customer Support

    Hi there,

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

    #1546542
    Mehedi
    #1546583
    David
    Staff
    Customer Support

    Use position sticky instead of fixed in your CSS:

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

    Solved. Thanks for the help.

    #1546589
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.