Skip Navigation

[Resolved] View grid is not displayed correctly

This thread is resolved. Here is a description of the problem and solution.

Problem:

Setup custom CSS codes to display items in grid mode.

Solution:

It is a CSS issue, for example:

https://toolset.com/forums/topic/view-grid-is-not-displayed-correctly/#post-2019031

Relevant Documentation:

https://www.w3schools.com/css/css_grid.asp

This support ticket is created 3 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by alexandreG-2 3 years, 7 months ago.

Assisted by: Luo Yang.

Author
Posts
#2018895

It was working correctly before my client updated a few posts in one CPT.

View is not rendering posts in grid correctly. There is some row missing posts.

I have been looking for an hour now trying to find the problem without success.

Page where the problem is occurring : hidden link

Thanks for your support

#2019031
inline-grid.JPG

Hello,

It is a CSS issue, I suggest you try to modify your custom CSS codes from:

.cadre {
    float: left; 
...
}
.cadre {
    display: inline-grid;
...
}

It works fine in my Chrome browser, see my screenshot inline-grid.JPG

More help:
hidden link

#2019409

My issue is resolved now. Thank you!