Ticket for: Post Grid
0
Zannetha Newell
How do you create borders around each item and the image itself?
2 Subscribers


Submit Answer
1 Answers
Best Answer
0

Welcome to our forum.
Please use following custom CSS
.post-grid .item {
border: 1px solid #DDD;
}