Skip to main content

I am having trouble embedding a new form on a webpage. On my desktop it is showing the mobile view not the desktop view. You can see there is another older form above that views fine. I don’t know what to do to fix this.

 

Hi @steviey Do you mind sharing the URL where you have the form embedded? Thanks in advance!


I just uploaded it. https://colbornefoodbotics.com/contact

Thanks for looking into this for me!


Tagging @mathio for some help!


Hello @steviey 

I see the form in your page is displayed with a width of 300px like this:

 

This is because of the parent element (div with “iconbox” class”) that has display: flex CSS. This resizes your form to smaller width. You can either change this, eg. to display: block or set an explicit width on your embed div element.

 

Hope this helps.


Hi @steviey I hope you’re doing well! Did the solution above work for you? Let us know if you have any other questions! 😀


Reply