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?
Hi DROR!
Try adding this to your custom CSS.
.av-masonry-sort {
position: fixed;
z-index: 9999 !important;
width: 100%;
}
Regards,
Elliott
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.
Hey!
Send us a link to your page and we’ll take a look.
Best regards,
Elliott
Hi, link is attached.
Hi!
Switch it to this.
.av-masonry-sort {
position: fixed !important;
z-index: 400 !important;
width: 100% !important;
top: 80px !important;
}
Cheers!
Elliott
Hi, that doesn’t seem to make any change.
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