Skip Navigation

[Resolved] List of checkboxes options in wp-admin is too long, can I show them inline?

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 1 reply, has 2 voices.

Last updated by Christian Cox 6 years, 2 months ago.

Assisted by: Christian Cox.

Author
Posts
#1147309

First of all thank you for your help.
The next problem I have. I have created a checkbox. With many options. In the backend they are all displayed one below the other. The list is already very long. Is there a way to display this list inline so that you are not only subdivided but also side by side?

#1147430

Hi, there's nothing built in to Toolset that will apply this type of checkboxes layout automatically in wp-admin, but you can enqueue your own custom stylesheet for the admin area and add your own custom CSS with column-count, inline-block display, floats or something else: https://codex.wordpress.org/Plugin_API/Action_Reference/admin_enqueue_scripts
It can be somewhat complicated if the checkbox titles are long and break to two lines, so unfortunately I don't have a simple cut-and-paste solution for you.