Impulse Theme Make Sidebar Filter Static on Desktop

Hi,

im looking to make my filter stay in place on scroll on desktop so it’s visible at all time

my site is https://luxurymrkt.com/collections/newest-products

Hi @Luxurymrkt

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.css->paste bellow code in bottom of file

.grid__item.medium-up–one-fifth.grid__item–sidebar{

position: sticky;

z-index: 1;

top: 0 !important;

}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

Hey bud,

unfortunately that didn’t work

Hi @Luxurymrkt

Very sorry that I missed your message.

you can try again with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag

.grid__item.medium-up--one-fifth.grid__item--sidebar { position: sticky; z-index: 1; top: 0 !important; }

Please refer to this screenshot: https://prnt.sc/edZKqoJUDuZh

Thank you.