x

Removing the wrapping of text on forms

I have created a form.  The text above each input type wraps and doesn't about 1/3 of the way across the page.  I would like it to continue to the right margin.  I've got a working knowledge of html and css but I couldn't find the place in the code to remove the wrap.

1,236 Views
Message 1 of 4
Report
3 REPLIES 3
Square

Is your site live, @before-n-after? It might help to see the live site in action.

1,227 Views
Message 5 of 4
Report

1,216 Views
Message 5 of 4
Report
Square

Thanks! Add this to Settings > SEO > Header Code:

<style>
	.wsite-form-field
	{
		max-width:100% !important;
	}
</style>

That should widen it on the live site.

1,213 Views
Message 5 of 4
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.