Skip Navigation

[Resolved] The columns in my table for my new are all different sizes

This support ticket is created 3 years, 10 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/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by mikeV-2 3 years, 9 months ago.

Assisted by: Waqar.

Author
Posts
#1928773

This page had simply symmetrical rows going down the page using a View, but now the columns are all different sizes. Can you help me figure out why and fix this?

No. I use views all the time and they work great.

Here is the page that looks weird: hidden link

#1929033

Hi,

Thank you for contacting us and I'd be happy to assist.

Since no width information is provided for the table's cells, the browser tries to fill the available width on its own.

To make all the cells have equal widths, you can include the following code in the view's "Custom CSS":


table.wpv-loop.js-wpv-loop tr td {
    width: 33%;
}

regards,
Waqar

#1929833

My issue is resolved now. Thank you! It actually revolved on its own strangely, but I will certainly save this CSS you sent for the future.\Best,
Mike