Tagged: enfold, portfolio grid, spacing
Hi is there a way I can get a little space between the portfolio grid images so their not right up against each other?
See image: http://d.pr/i/xYHf
Hi Snerp!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.grid-entry .inner-entry {
margin-right: 20px; }
Best regards,
Yigit
Thank you!