Hi!
Is there any possibility to have the sorting menu for the portfolios fixed, so it’s seen when scrolling down on the page like the header?
Best regards,
Tomas
Hi agarkitekter!
You can add following code to Quick CSS in Enfold theme options under Styling tab for a starting point
.sort_width_container {
position: fixed!important;
top: 250px;
z-index: 999;
}
You may need to adjust top value depending on the header type you are using. You still may need a help from freelance developer to achieve what you exactly want
Regards,
Yigit