Skip Navigation

[Resolved] How to change checkbox to horizontal display?

This support ticket is created 6 years, 6 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.

This topic contains 2 replies, has 2 voices.

Last updated by FuChan 6 years, 6 months ago.

Author
Posts
#911329
圖片 1.png

My code is:

<div class="form-group">
<label>[wpml-string context="wpv-views"]專科類別:[/wpml-string]</label>
[wpv-control-post-taxonomy taxonomy="em-specialties" type="checkboxes" url_param="wpv-em-specialties"]
</div>

How do I add css for this code to display checkbox to horizontal ?
Thank you

#911378
Bildschirmfoto 2018-06-09 um 12.53.07.png
Bildschirmfoto 2018-06-09 um 12.51.08.png

This requires CSS.

I suggest this tutorial as it's very complete:
hidden link

When you do not like the native Bootstrap output generated by Toolset, you can change the output to "raw" which is a minimal HTML markup that can be addressed with CSS.
I added a screenshot of the settings and some ideas of CSS.

#912126

I pass the question,first.Thank you.