Passer la navigation

[Résolu] Checkboxes style

This support ticket is created Il y a 4 years, 7 months. 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 -

Fuseau horaire du supporter : Asia/Hong_Kong (GMT+08:00)

Ce sujet contient 1 reply, a 2 voix.

Dernière mise à jour par Luo Yang Il y a 4 years, 7 months.

Assisté par: Luo Yang.

Auteur
Publications
#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"
lien caché

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:
lien caché