Hi,
is it possible to have 7 rows in the portfolio masonry?
This tip no longer seems to be valid for the current Enfold version:
I would be glad if you could help!
Thanks, Thorsten
Hey ThorstenFB,
Thank you for the inquiry.
This should be possible with a custom css modification. Try to set the Styling > Columns > Column count to 6 columns, then add this css code.
@media only screen and (min-width: 989px) {
.av-masonry-col-6 .av-masonry-entry {
width: 14.28%;
}
}
If you need to apply this to a specific Masonry element, try using the Custom CSS Class option as described in the following documentation.
— https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
Ismael
Perfect!!! Thanks, Ismael.
