how to make image full width
- capitalfundAsked on April 23, 2017 at 07:06 AM
how can i make the photo be full page width here http://www.mykidcansing.com/
it is a static wordpress page thank you;)
- JotForm SupportMike_GAnswered on April 23, 2017 at 08:08 AM
To my understanding, the image you are referring to is the background image of the form that is embedded in the website you have provided. However, I see that the form is a descendant of a div element that has its max-width set to 1140px.
The CSS code described in the image is found in this CSS file.
Removing that should allow the form background to extend its width.
Thank you.