I added gravity form to my template so it shows on every page.
However its stretched to wide, how do I re-size it? See example page below:
I added gravity form to my template so it shows on every page.
However its stretched to wide, how do I re-size it? See example page below:
Hi David. I am not sure how narrow you want it to be, but I narrowed it somewhat with this CSS:
div.gform_wrapper {
width: 80%;
margin: 0 auto;
background-color: #eee; /* this is temporary to show where the form is */
}
This is what the form looks like when I apply that to your form:
If you’re looking for something else, please let us know.