Ticket for: Post Grid
0
karen2
Hi. The post grids are showing up centered, instead of in a grid on this page under "Featured Q&As": http://allisongilbert.com/ and also this page: http://allisongilbert.com/featured-interviews/
2 Subscribers
Submit Answer
1 Answers
Best Answer
1
Welcome to our forum.
I just checked your page, i can see unexpected p tag injected after item class, this causes the issue. this is probably your theme use wpautop function to create automatic paragraph tag.
Please try following CSS to fix the issue.
Regards
.post-grid p { display: none; }
Thank you! I guess an update did that. Fixed it perfectly!