Skip Navigation

[Resolved] The display does not well arrange

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

Problem:

The feature image order does not continue.

Solution:

It is a CSS problem, I suggest you follow our document to setup the bootstrap grid layout:

Relevant Documentation:

https://toolset.com/documentation/user-guides/view-layouts-101/#bootstrap

This support ticket is created 6 years, 1 month 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 tohL 6 years ago.

Assisted by: Luo Yang.

Author
Posts
#1136532
post1.png

The feature image order does not continue.
If I use the table-based grid is no problem.
Please refer attached for the result.
Could you please guide me for this thank you.

#1136574

Hi,

It seems to be a CSS problem, are you using bootstrap framework in your website?
If it is, I suggest you follow our document to setup the bootstrap grid layout:
https://toolset.com/documentation/user-guides/view-layouts-101/#bootstrap

#1141902

My issue is resolved. What I had done is to edit LOOP EDITOR css. The follow code that i use in the css.

.index1 {
overflow: hidden;
box-sizing: content-box;
width: 1000px;
height: 100px;
padding: 10px;
border: 0px solid #333;
margin: 10px;
}

Thank you!