Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #417305

    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,

    #417899

    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

    #418080

    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

    #419415

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.