My full page form wont appear full page | Community
Skip to main content
Answered

My full page form wont appear full page

  • January 11, 2023
  • 1 reply
  • 89 views

I have exported the code for a full page lead gen form, I am trying to upload it to Wordpress Divi theme. This appears to be very different from the tutorial and I can’t work out how to make it full with.

 

I add a new row and add <code> module, add the code and the form appears as a small window

 

I’ve tried changing sizing to 100vh/vw, 100% and nothing works.

 

Best answer by LewisK

Does your wordpress theme use Visual Composer(WPBakery) as the page builder? If so, make sure you set the row settings to ‘Full width content’.

Then for your html/typeform code, I use ‘vh’ for the height…

width:100%;height:100vh;


See screenshot attached…

Hope that helps??

 

 

 

View original

1 reply

Forum|alt.badge.img+2
  • Sharing wisdom
  • 18 replies
  • Answer
  • January 11, 2023

Does your wordpress theme use Visual Composer(WPBakery) as the page builder? If so, make sure you set the row settings to ‘Full width content’.

Then for your html/typeform code, I use ‘vh’ for the height…

width:100%;height:100vh;


See screenshot attached…

Hope that helps??

 

 

 


Reply