Site logo

[Resolved] Remove Sticky Sidebar

Home Forums Support [Resolved] Remove Sticky Sidebar

Home Forums Support Remove Sticky Sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2475981
    Thomas

    Hello – I can’t seem to find the on/off toggle to turn off the sticky sidebar in the “info” theme. My advertiser is asking me to do this and said it should be in the theme.. I tried customize/layout/sidebar and don’t see it there.. also tried the sidebar element and not seeing it there either. Can you point me in the right direction?

    Thanks!!

    #2476095
    Ying
    Staff
    Customer Support

    Hi Thomas,

    It’s this CSS which can be found at customizer > additional CSS, you can remove it.

    @media (min-width: 768px) {
        #right-sidebar .inside-right-sidebar {
            position: sticky;
            top: 60px;
        }
    }
    #2476133
    Thomas

    Perfect. Thanks!

    #2477191
    Ying
    Staff
    Customer Support

    No Problem, glad to help 🙂

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