Skip Navigation

[Resolved] View not displaying in 2 columns

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

Problem: I have a View that used to show results in two columns. After updating recently the View now shows results in only one column.

Solution: Disable Bootstrap in Toolset > Settings > General.

This support ticket is created 6 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
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 3 replies, has 2 voices.

Last updated by Misty 6 years, 7 months ago.

Assisted by: Christian Cox.

Author
Posts
#846469
Directory error - one column.PNG

Our directory page (hidden link) has always displayed the content in two columns. However, today I updated the plugin and renewed our subscription and it changed the layout of the page to only one long column. How would I go about fixing this issue?

#847373
Screen Shot 2018-05-07 at 2.01.37 PM.png

It looks like the Bootstrap library is adding some styles that are breaking your site design. Please see the attached screenshot. When I disable the box-sizing style, I see two columns appear again. Do you know if your site uses any Bootstrap functionality? If it does not, you can disable Bootstrap in Toolset > Settings > General. This should resolve the problem.

However, if your site does use Bootstrap, then the problem is a bit more complicated because Bootstrap requires this style. In this case, you may need to decrease the width of all .missionary-data divs by a few pixels to accommodate the different sizing model.

#847375

Would it help if I sent you the info in the Loop Output Editor in the view set up for the directory page?

#847376

Disabling Bootstrap worked! Thank you!