Post grids aren’t showing as a grid

Ticket for: Combo Blocks
0
Post grids aren't showing as a grid 1
karen2
May 16, 2019 09:37 PM 1 Answers
Member Since Feb 2018
Subscribed Subscribe Not subscribe
Flag(0)

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
Post grids aren't showing as a grid 1
Post grids aren't showing as a grid 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
1
Post grids aren't showing as a grid 4
PickPlugins
May 16, 2019
Flag(0)

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;
}

 

Post grids aren't showing as a grid 5
karen2
- May 16, 2019 09:54 PM
Flag (0)
0

Thank you! I guess an update did that. Fixed it perfectly!

Post grids aren't showing as a grid 6
PickPlugins
- May 16, 2019 09:43 PM
Flag (0)
0

Please see the screenshot after adding the css
https://imgur.com/9Q5myh4

Regards

Sign in to Reply
Replying as Submit