[Support request] How to set the right wiget?

Home Forums Support [Support request] How to set the right wiget?

Home Forums Support How to set the right wiget?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1036166
    andres

    How to set the right wiget?

    #1036200
    David
    Staff
    Customer Support

    Hi there,

    you would need to enable the Sidebars in Customizer > Layout > Sidebars. Then you can add widgets to the right sidebar.

    #1036203
    andres

    And how do I fix the right sidebars?

    #1036214
    David
    Staff
    Customer Support

    What do you mean? So the side bar sticks when you scroll down ?
    If you can set up the sidebars on the site i can provide the CSS to do that.

    #1036391
    andres

    That is what I want

    #1036395
    David
    Staff
    Customer Support

    So first you need to enable the Sidebars in Customizer > Layout > Sidebars

    #1036662
    andres
    #1036728
    David
    Staff
    Customer Support

    Try adding this CSS:

    #right-sidebar {
        position: sticky;
        position: -webkit-sticky;
        top: 40px;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.