How can I keep my sidebar button seeable when I scroll down?

Hi! I have a question about the sidebar in my theme: How can I keep my sidebar button seeable when I scroll down? I assume it would be better if the customers could see this sidebar button not only on the top of the page.

Website: eagleluna.com Password: 3948

Theme: Boundless

Thanks!

hii, @EagleLuna
Can you mark which button you want seeable?
Thank You.

At the top of the left corner (3 stripes)

hii, @EagleLuna
Paste this code on the top of the theme.scss file.

button.site-header__link.text-link.site-header__toggle-nav.js-drawer-open-left {
    position: fixed !important;
    left: 15px !important;
    background-color: black !important;
    top: -10px !important;
}

Thank You.

1 Like

OMG, Thank you so much!!! That really helped me!

1 Like

Most welcome!!