Skip Navigation

[Resolved] I have a search with 13 categories. How can I show these in 2 columns?

This support ticket is created 3 years, 8 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 1 reply, has 2 voices.

Last updated by Luo Yang 3 years, 8 months ago.

Assisted by: Luo Yang.

Author
Posts
#1954513

I have this rather long list of categories that I want to show In 2 columns. What is the way to do that?

#1955351

Hello,

It is possible with custom CSS codes, for example, if you are using checkboxes field for the categories field, you can try CSS codes like this:

 .checkbox{
    width: 49%;
    display: inline-flex;
}

More help:
hidden link