Tagged: sort order
Hello again.
I was wondering whether it was possible to make the sort order (for masonry/portfolio) sticky so it stays in one place if the page displayed is large?
Thanks.
Regards,
Hi Tameez!
When you say sticky do you mean you want it to stick to the top of your page as you scroll down? Try adding this to your custom CSS.
.av-masonry-sort { z-index: 9999; position: fixed; }
Regards,
Elliott
Hi Elliot,
Yes, that’s what I meant that it should stick as one scrolls down.
Tried your code. However, it in fact removed the sort order altogether. So it didn’t work.
Regards,
Tameez
Hi!
This is kind of difficult to do. It’s most likely going to take a lot of CSS but the code I posted above should make it “sticky” in a basic form. Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Best regards,
Elliott