Skip Navigation

[Resolved] View output grid uneven

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

Problem: I have a View that displays results in a Bootstrap grid. When the text in one column on one row is very long, it can cause the column width to change. I want the column widths to be consistent from row to row.

Solution: Re-run the Loop Wizard and choose a table design. This option provides a more consistent column width and vertical alignment.

Relevant Documentation:
https://toolset.com/documentation/user-guides/view-layouts-101/

This support ticket is created 6 years, 2 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 16 replies, has 3 voices.

Last updated by Ben 6 years, 2 months ago.

Assisted by: Christian Cox.

Author
Posts
#1095168

Those styles are not managed through the GUI, but you can add your own custom CSS to style them as you'd like. There is a CSS editor panel in the View editor just beneath the Loop Editor. There are also some Bootstrap-based table customizations you can see in their documentation:
https://getbootstrap.com/docs/3.3/css/#tables

#1096743

Ben

Perfect! Thanks for all your help Christian!