Skip Navigation

[Resolved] User Form -> Edit existing user -> [toolset_access]

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

Our next available supporter will start replying to tickets in about 6.73 hours from now. Thank you for your understanding.

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/Karachi (GMT+05:00)

Author
Posts
#2049997
Bildschirmfoto 2021-05-09 um 12.19.34.png

Inside a [creduserform] I have a section [toolset_access] to have additional fields when a user has a specific role. But the label has an additional line break after and breaks the layout. How do I get rid of the line break? Outside [toolset_access] no line break, inside additional line break after the label tag.

#2050549

Hi,

Thank you for contacting us and I'd be happy to assist.

Although I couldn't reproduce this behaviour on my test website, some filters from third-party themes and plugins can cause this.

Can you add this custom CSS code in the form's CSS editor and see if it fixes the layout?


.form-group br {
display:none;
}

This code will just hide the 'br' tags within any div with class 'form-group'.

I hope this helps and please let me how it goes.

regards,
Waqar

#2050557

Yes, this trick has helped. My issue is resolved now. Thank you!