Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Portfolio Grid Radius?’ is closed to new replies.
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!