hi,
How can we sticky the masonry sort navigation by section?
thanks,
larry
Hey Larry!
This could work, try adding this code to the Quick CSS:
@media only screen and (min-width: 767px) {
.av-masonry-sort.main_color {
position: fixed;
top: 90px;
width: 100%;
z-index: 900;
max-width: 1310px;
margin-left: -15px;
}
}
Cheers!
Josue
cool will give it a shot. just realized i need to switch from masonry to portfolio grid to utilize the ajax portfolio settings.
how about sticky the sort navigation for portfolio?
Hi!
Please try this:
@media only screen and (min-width: 767px) {
.avia-fullwidth-portfolio .sort_width_container {
margin: 0;
position: fixed;
top: 90px;
width: 100%;
z-index: 900;
margin: 0 auto;
}
}
Adjust the top position value.
Regards,
Ismael
I guess I mean sticky on scroll. So that once the menu hits top of page, it sticks….
Hi!
You can try this:
.header-scrolled + div div div .av-masonry-sort.main_color.av-sort-yes {
margin: 0;
position: fixed;
top: 90px;
z-index: 900;
margin: 0 auto;
max-width: 1500px;
padding: 20px 50px;
width: 1364px;
}
Regards,
Ismael
Hi!
Is there a way that it behaves like the fullwidth sub menu on scroll?
Example: http://imgur.com/Yh3oGLO (the sub menu sticks to the image or slider all along)
Thanks!
Hello!
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
Josue
Ok! Thank you!