Hi,
We want our masonry grid to look like this: http://imgur.com/a/VmyiX
Found half of the solution on https://kriesi.at/support/topic/masonry-portfolio-hover-colour-and-centre-title/
But the text is not centered and i am missing the overview text.
Is there a way to bring blank space between the portfolio items?
Thanks in advance!
With kind regards,
Ivo
Hey Ivo,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-fullwidth-portfolio .grid-entry .inner-entry {
padding: 5px;
}
.grid-image:before {
left: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria