Skip Navigation

[Resolved] Checkboxes style

This support ticket is created 3 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
- 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, 2 months ago.

Assisted by: Luo Yang.

Author
Posts
#1912611

Hello, how are you?

How can I leave the checkboxes form fields side by side and not stacked?

This is the link to the reference (look at the location that is marked as "Extra Features"
hidden link

Do you have any options to change that?

Thanks

#1912857
cks-style.JPG

Hello,

You can try to use CSS codes to style it, for example:

div.form-item-checkbox {
    width: 33%;
    display: inline-flex;
}

See my screenshot cks-style.JPG

More help:
hidden link

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.