Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #548004

    Hi, how can I make the sorting menu in a masonry element to be sticky so it will will stick to the top under the main menu the same way a submenu element works?

    #548099

    Hi DROR!

    Try adding this to your custom CSS.

    .av-masonry-sort {
        position: fixed;
        z-index: 9999 !important;
        width: 100%;
    }

    Regards,
    Elliott

    #548112

    Hi Elliot, that does make it sticky but it stays where it is and goes over the content, It doesn’t stick to the top the same way the submenu element does.

    #548453

    Hey!

    Send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    #548605

    Hi, link is attached.

    #549467

    Hi!

    Switch it to this.

    .av-masonry-sort {
        position: fixed !important;
        z-index: 400 !important;
        width: 100% !important;
        top: 80px !important;
    }

    Cheers!
    Elliott

    #549589

    Hi, that doesn’t seem to make any change.

    #550124

    Hi!

    Hmm, I noticed you write a lot of posts asking for CSS but none of the CSS we give you seems to be working bakbek. This is probably because you have typos somewhere in your CSS. When we give you CSS make sure to add it to the very top of the Quick CSS setting.

    Regards,
    Elliott

    • This reply was modified 8 years, 11 months ago by Elliott.
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.