Could someone please provide me with some CSS that adds radius corners to the portfolio items in a portfolio grid?
I’ve already added the CSS below to space the items out, now I just need the radius corners.
.grid-entry.flex_column {
padding: 15px;}
Thanks!
Hi sbrohamm!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.grid-image img, .grid-entry .inner-entry { border-radius: 20px; }
Best regards,
Yigit
Thanks!