Navigation überspringen

[Gelöst] Checkboxes style

This support ticket is created vor 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 -

Zeitzone des Unterstützers: Asia/Hong_Kong (GMT+08:00)

Dieses Thema enthält 1 reply, hat 2 Stimmen.

Zuletzt aktualisiert von Luo Yang vor 4 years, 7 months.

Assistiert von: Luo Yang.

Author
Artikel
#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"
versteckter 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:
versteckter Link