Sticky Sidebar - Question | JoomShaper

Sticky Sidebar

G

gemmajoom

Helix Framework 3 years ago

Is it possible to get the sticky sidebar of the categories? I tried to add the line "position: sticky" to the css, but it didn't work.

.j2store-product-list .j2store-sidebar-filters-container .j2store-product-filters {
    position: sticky;
    top: 0;
}

https://ibb.co/k0bT0By

Arino Template

0
4 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #11758

Hello gemmajoom

Please use position: fixed in CSS and then check.

Best regards

0
G
gemmajoom
Accepted Answer
3 years ago #11759

Hi Ofi, thanks, it works! How can i make sure that the fixed position is at the top and not at the bottom?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #11762

use CSS with top: value;

Please notice, that we cannot teach CSS here.

0
G
gemmajoom
Accepted Answer
3 years ago #11780

Thanks

0