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
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
Hey Rikard,
yes, you understood correctly. Basically everywhere on the website.
Cheers
Restube
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
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