Grid Layout not working correctly

0
Grid Layout not working correctly 1
FabXue
Aug 15, 2017 09:54 PM 1 Answers General
Member Since Aug 2017
Subscribed Subscribe Not subscribe
Flag(0)

Hello,
I just discovered this amazing plugin to create post grids and from the demo and screenshots it seems very promising compared to other plugin I tried so far. But unfortunately it's not working properly, at least on my theme. I created a static page for test and I would like to include the latest 3 blog posts in a grid. This is the result so far:

http://www.fabxue.com/fabxue/

I can only display one post, no matter what, the size of the featured image it's always wrong, no matter which I choose, also the size of the grid seems smaller than the actual body area. Nevermind the sidebar, which I'm still trying to figure out how to remove from this page only. Any help or hint would be greatly appreciated.

Many thanks!

2 Subscribers
Grid Layout not working correctly 1
Grid Layout not working correctly 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Grid Layout not working correctly 4
PickPlugins
Aug 15, 2017
Flag(0)

Welcome to our forum.

Thanks for try Post Grid,

I have checked your page, i can see the image width issue is CSS cofnlcit with your theme CSS

Please see the screenshot,

http://imgur.com/a/oYi0W

To fix the issue please add following CSS

.post-grid .item .layer-media a {
  width: 100%;
}

Sidebar is not the part of Post Grid, there should be feature for full width page templates, if not available please ask your theme author may help you better way.

 

Regards

Sign in to Reply
Replying as Submit