WPForm shrinks to half size on my page

Hi!

I just created a WPForm, so far so good. But when I add it in my column (Using Raw Content and the snippet) it shows up as shrunken into half size, from right to left. Everything shows, but I don’t get why it doesn’t fill up the given space in the column.

I have set the form to be full size in the settings of the form, for each section.

Sincerely

Christoffer Ahlbäck

Hello Christoffer Ahlbäck,

Thanks for writing to us.

In order to get the WPForm input full width inside the column, I would suggest you add this custom CSS code under Theme Options —>CSS.

.wpforms-container.wpforms-container-full {
width: 100%;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Thanks a lot! :slight_smile:

I thought it might have been something with the RAW content and so on, since I had put the width to maximum in the form settings, but I had not gone into the code to see what actually happened. Thank you for your help, it’s fixed now! :smiley:

Hi Christoffer,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.