Skip Navigation

[Resolved] How to display a checkbox taxonomy list in two columns

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

Problem:

Display a checkbox Taxonomy list in two columns
I have a long list of taxonomies that you can choose from. The list will be long and I would like to split it into two or three columns.

Solution:

It needs some custom CSS codes, for example:

div.form-group div.checkbox{
    width:49%;
    display: inline-block;
}
div.form-group label {
    display: block;
}

See the result screenshot:

https://cdn.toolset.com/wp-content/uploads/2018/02/614515-two_columns.JPG

Relevant Documentation:

This support ticket is created 6 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/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 6 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#614272

Tell us what you are trying to do? display a checkbox Taxanomy list in two columns
I have a long list of taxanomies that you can choose from. The list will be long and I would like to split it into two or three columns.

Is there any documentation that you are following? Have not found any

Is there a similar example that we can see? hidden link

What is the link to your site? hidden link

#614515
two-columns.JPG

Dear Torbjörn,

It needs some custom CSS codes, for example:

div.form-group div.checkbox{
    width:49%;
    display: inline-block;
}
div.form-group label {
    display: block;
}

See the result screenshot two-columns.JPG

#614576

Thanks a lot, so easy when you know! 🙂 but hopefully someone else can also can get help from this.

Torbjörn

#614583

You are welcome