Hello,
We need to create a page with the portfolio content and a side menu to search and filter the grid content.
I’ve attached a screenshot of what we want to do in this download link: https://we.tl/t-n4UVsEjvWc
This is the page you’re building, but we don’t know how to add a side menu for searching and filtering: https://limousin.eus/website2025/aaa-pruebas/
What would the solution be with Enfold?
Thank you.
Hey aintzerga,
Thank you for the inquiry.
There’s no built-in option for this, but you can use the following css code to move the sorting items to the left of the portfolio grid.
.av-portfolio-grid-sorting-container {
display: flex;
flex-direction: row;
}
.av-portfolio-grid-sorting-container .sort_width_container {
max-width: 200px;
flex: 0 0 auto;
margin-right: 50px;
}
.av-portfolio-grid-sorting-container .grid-sort-container {
flex: 1 1 auto;
}
#js_sort_items a {
float: none;
text-decoration: none;
line-height: 2em;
}
#js_sort_items .text-sep {
display: none;
}
Result:
Best regards,
Ismael