How can I keep the filter and sorting menus visible while scrolling?

Hi!

I use Studio Theme.
I need ti stick filter&sorting menus stay visible on the left (or top) when scrolling.

Help me to solve it please!

@IrinaSidorenko

Please share your store URL!

Thanks!

https://vesnahomespa.com/

@IrinaSidorenko

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > component-facets.css and paste this at the bottom of the file:
@media screen and (min-width: 750px){
.facets-container {position: fixed !important;}
.facets-vertical .product-grid-container {width: 100%;position: relative !important;margin-left: 25% !important;}
}

Thanks!

It doesn’t work((

See, filters are nor visible

@IrinaSidorenko

Please wait because you will add code incorrectly some closing bracket problems due to my code is not working Please check the following screenshot.

It works incorrect, check it please.

https://vesnahomespa.com/collections/%D0%B4%D0%BE%D0%B3%D0%BB%D1%8F%D0%B4-%D0%B4%D0%BB%D1%8F-%D0%B3%D1%83%D0%B1.

Here no filter at all
https://vesnahomespa.com/collections/premium-collection

@IrinaSidorenko

Please remove the provided code!

removed

so can you help me to solve my task?

@IrinaSidorenko

Yes, but this code customization work is not done without editing the code!

Thanks!

so what i need to do?