Skip Navigation

[Resolved] I have new problems and the following questions.

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

Problem:

The custom checkboxes field label is overflowed.

Solution:

It is a CSS problem, please try below CSS codes:

https://toolset.com/forums/topic/i-have-new-problems-and-the-following-questions/#post-1963661

Relevant Documentation:

https://developer.mozilla.org/en-US/docs/Web/CSS/white-space

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

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)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by nilsM 4 years, 6 months ago.

Assisted by: Luo Yang.

Author
Posts
#1963465

Hey Luo Yang,

thanks a lot for your help, this resolved my described issues, but now I have new problems and the following questions.

I Inserted a category with checkboxes and there the lines are to long, how is it possible to insert automatically line breaks?
You can see the problem here:
hidden link

and then I want to know how I can insert additional CSS? Cause if I make the fields of the form with fieldgroups there isn´t a option to give a field a css class name.

Thanks
Nils

#1963661
white-space.JPG

Hello,

I assume we are talking about the checkboxes option "eine Genossenschaft oder ähnliche Rechtskonstruktion, die noch Mitglieder aufnehmen kann".

It is a CSS problem, please try below CSS codes:

label.wpt-form-label{
white-space: normal;
}

And test again.

See my screenshot white-space.JPG

#1964325

My issue is resolved now. Thank you!