Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1100465

    Hey all,

    on default the sidebar stays right on top of the page, making it disappear once the user scrolls down the page.

    Is it possible to fix the sidebar on top of the screen so it stays visible all the way to the bottom of the page?

    cheers
    Restube

    #1100815

    Hey restube,

    If I understand you correctly then you are looking for a fixed sidebar? Could you post a link to where you want to implement this please?

    Best regards,
    Rikard

    #1101110

    Hey Rikard,

    yes, you understood correctly. Basically everywhere on the website.

    Cheers
    Restube

    #1101708

    Hi Restube,

    Can you give us a link to your blog page? so we can try to give you some css code that should help achieve this.

    Best regards,
    Nikko

    #1103917
    #1104027

    Hi,

    Thank you for sharing the details.

    It appears your website is currently down. Please get back to us when we can inspect the site to help you better.

    Try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    /* Sidebar */
    #top .container aside {
     position: fixed;
    }
    
    
    

    Let us know if you have any issue.

    Best regards,
    Vinay

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