SOLVED

When using Rich Text in Forms 2.0 adds a lot of Padding, how do I remove

Go to solution
Anonymous
Not applicable

When using Rich Text in Forms 2.0 adds a lot of Padding, how do I remove

Hello -

I love the new Forms 2.0 and am having a great time rebuilding our forms.

The problem I am having though is when I use rich text (example: http://pages.bkd.com/SubscriptionManagement_Subscription20LP.html) like Industry, Software or Service it is adding all this extra padding to the bottom. How would I go about removing some of that padding or all of it?
 

Thank you for your help!
-Marcy-

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: When using Rich Text in Forms 2.0 adds a lot of Padding, how do I remove

At the first step you can select 7 basic layouts. Through the gear icon you can view the CSS. Copy the elements (specifically for the rich text) and paste it in custom css. Now you can set padding to 0px; You could also set this in your global stylesheet, but make sure to add !important to the padding setting.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: When using Rich Text in Forms 2.0 adds a lot of Padding, how do I remove

At the first step you can select 7 basic layouts. Through the gear icon you can view the CSS. Copy the elements (specifically for the rich text) and paste it in custom css. Now you can set padding to 0px; You could also set this in your global stylesheet, but make sure to add !important to the padding setting.
Anonymous
Not applicable

Re: When using Rich Text in Forms 2.0 adds a lot of Padding, how do I remove

Thank you Diederik!

Got it fixed 🙂