[Resolved] Sticky left sidebar and styling without plugin!

Home Forums Support [Resolved] Sticky left sidebar and styling without plugin!

Home Forums Support Sticky left sidebar and styling without plugin!

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1346949
    techs

    Today I tried WP Sticky Sidebar and it is working. I want to avoid installing a plugin if it can be done with simple code.

    Simply I don’t want to use any plugins for this customization!

    #1347242
    Leo
    Staff
    Customer Support
    #1348406
    techs

    I already tried this code:

    @media(min-width: 769px) {
        #left-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: 80px; /* Adjust value to increase space above */
        }
    }

    And it is going to right!

    #1348498
    David
    Staff
    Customer Support

    Hi there,

    you have this topic:

    https://generatepress.com/forums/topic/need-help-with-fixing-sidebar-and-container-width-by-category/

    if that works correctly, then you can add this CSS:

    .left-sidebar #left-sidebar .inside-left-sidebar {
        height: 100%;
    }
    .left-sidebar #left-sidebar .inside-left-sidebar .widget_nav_menu {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
    }
    #1348629
    techs

    Perfect! It is now working fine!

    #1349154
    David
    Staff
    Customer Support

    Glad we could be of help

    #1413002
    Winnie

    Hi, I tried implementing your CSS, but it’s not sticky. Can you help me take a look at what went wrong?

    https://myterrariumgarden.com/air-plant-terrarium/

    Thank you so much!

    Best,
    Winnie

    #1413065
    Leo
    Staff
    Customer Support

    Can you open a new topic with reference to this one?

    Also please disable your caching plugin for us to look at the code.

    Thanks!

    #1413596
    Winnie

    sure, will do. thanks.

    #1413960
    Leo
    Staff
    Customer Support

    No problem 🙂

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