How Can I do to set the portolio GRID like this:
http://www.delvittopinturas.com.ar/web/wp-content/uploads/2016/11/muestra.png
Hey carmycurly,
Try adding this code in Quick CSS (located in Enfold > General Styling):
#top .grid-sort-container .grid-content {
position: absolute;
top: 10%;
left: 10%;
background: transparent !important;
border: 1px solid #fff !important;
display: flex;
align-items: center;
height: 80%;
width: 80%;
}
#top .grid-sort-container .grid-content .avia-arrow {
display: none;
}
#top .grid-sort-container .grid-content h3.grid-entry-title {
background: transparent;
color: #fff !important;
text-align: center;
}
Hope this helps :)
Best regards,
Nikko