Re: How can i keep my sidebar button seeable when i scroll down?

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

EagleLuna
Tourist
8 0 2

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. Thanks!

Replies 4 (4)

Haggis4298
Excursionist
16 0 5

What theme are you using? 

Do you have a link to your site? 

EagleLuna
Tourist
8 0 2

Yes : eagleluna.com

password: 3948

theme: boundless

Haggis4298
Excursionist
16 0 5

Hi, 

Go to Online Store>Theme>Edit Code 
Find Theme.scss and paste this as the bottom of the page.

 

#spotstyl.js-sticky-action-bar .action-area {
	position: absolute;
}
#spotstyl.js-sticky-action-bar .site-header {
	background-color: #000;
}

 

Let me know how you get on. 
By the way, good effort on the store, the homepage looks great! 

EagleLuna
Tourist
8 0 2

Thanks! I've put this code at the end of theme.scss.liquid but it didn't change anything

Maybe that's because it is a sidebar menu, but idk. I am talking about the button which is at the top of the left corner.

 

😞