Site logo

[Resolved] Table of Contents on Right Sidebar not smooth scrolling

Home Forums Support [Resolved] Table of Contents on Right Sidebar not smooth scrolling

Home Forums Support Table of Contents on Right Sidebar not smooth scrolling

  • This topic has 3 replies, 2 voices, and was last updated 3 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2570931
    Hubert

    I have moved my Table of Contents from in-content to the right sidebar in a widget. I have disabled my caching plug-in and have Smooth scroll checked in the Customizer – General settings. I also have added the PHP code from another forum reply to my functions.php files in my child theme. I have Smooth Scroll enabled in my Table of Contents Settings.

    The Table of Contents isn’t scrolling with the page. Am I missing a step? Any idea what I’m doing wrong?

    See the example at https://homeinspectioninsider.com/walk-away-after-a-home-inspection/

    #2571026
    David
    Staff
    Customer Support

    Hi there,

    is that plugin meant to make it sticky ?

    If it doesn’t then use some CSS:

    @media(min-width: 769px) {
        .inside-right-sidebar {
            position: sticky;
            top: 20px;
        }
    }
    #2571047
    Hubert

    Not sure what plugin you are referring to but adding the CSS worked. Thank you.

    #2571300
    David
    Staff
    Customer Support

    Glad to hear that !

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