Hi team,
how can I increase the distance between the portfolio items in special 1 column portfolio view:
http://pb-schlueter.de/projekte/
There needs to be a gap between all portfolio items. Defaulkt is no gap like on the website above.
Thanks and cheers,
Jan
Hey Jan!
Thank you for using Enfold.
Try this in the Quick CSS field:
.grid-entry.flex_column.isotope-item:not(:first-child) {
padding-top: 50px;
}
Best regards,
Ismael
Hey Ismael,
great, thanky you so much! :)
Cheers,
Jan