[Resolved] sticky sidebars

Home Forums Support [Resolved] sticky sidebars

Home Forums Support sticky sidebars

Viewing 8 posts - 31 through 38 (of 38 total)
  • Author
    Posts
  • #2125220
    David
    Staff
    Customer Support

    Hi Kelsey,

    i am sure its possible to make the Element sticky, if you want to wait the site can be seen and raise a new topic we can take a look, as we need to see the HTML in order to provide the right CSS.

    #2152802
    Robert

    Does this CSS work is sidebar is using element? Tried it, but no luck

    #2152818
    Kelsey

    That was my next question. Can’t get it to work with my sidebar element either.

    #2152836
    David
    Staff
    Customer Support

    Hi Robert,

    the CSS provided in this topic is specific to the Themes sidebars and specific to the OPs site.
    As I said above if we can see the site, then we can provide the necessary CSS.

    Robert if you want to raise a new topic where you can share a link to your site then we can take a look.

    #2405968
    Noor

    I tried adding this code:

    /* Stick last widgets in sidebars */

    @media
    (min-width: 769px) {
    .inside-right-sidebar,
    .inside-left-sidebar {
    height: 100%;
    }
    .inside-right-sidebar .widget:last-child,
    .inside-left-sidebar .widget:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    }
    }

    But the last widget of the sidebar didn’t stick.

    #2405985
    David
    Staff
    Customer Support

    Hi there,

    can you raise a new topic where you can share a link to your site, and then i can provide the CSS you require.

    #2405990
    Noor

    Can you provide me your email where I can send you URL of my site?

    #2406001
    David
    Staff
    Customer Support

    If you start a New Topic, you will have access to the Private Information field:

    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    There you can paste any URLs or passwords. Only the GeneratePress admins can access that content. And it gets auto deleted when you Resolve the Topic.

Viewing 8 posts - 31 through 38 (of 38 total)
  • You must be logged in to reply to this topic.