Skip Navigation

[Resolved] Stylize Form in Front

This thread is resolved. Here is a description of the problem and solution.

Problem:
The issue here is that the user wanted to align his radio buttons horizontally.

Solution:

This can be done by using the css below.

.wpt-form-set-radios li{
display: inline;
}
This support ticket is created 6 years, 10 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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 3 replies, has 2 voices.

Last updated by Shane 6 years, 10 months ago.

Assisted by: Shane.

Author
Posts
#622945

Tell us what you are trying to do?

I am wanting to display checkbox options horizontally.

Is there any documentation you are following?
I looked for the documentation and forum and did not find

What is the link to your site?

hidden link

Where is the form of the site.

#623004

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Rafael,

Thank you for contacting our support forum.

I took a look at this for you and it seems that your radio options are already aligned horizontally.

Do you still require assistance with this?

Please let me know.
Thanks,
Shane

#623019

I need it in the checkbox, it is vertical, I need it to be horizontal.

#623317

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Rafael,

Could you try this and let me know if it helps.

.wpt-form-set-radios li{
display: inline;
}

Thanks,
Shane