Gravity forms formating

Posted in: Newsmag
Post count: 23

Using gravity forms and the form want to hug the left margin. I can change the margin of the row, but that will move everything on the left over. here is a screen shot.
https://www.dropbox.com/s/88ynk7qjvtc02xu/gravityforms.PNG?dl=0

Post count: 9544

Best bet is to render page then figure out what the div class is for the form and then add some padding to that div class from the theme custom css box. I had to do this for disqus comments which had same problem with 1.0 version of Newsmag.

Post count: 23

Yes that worked. I added this line and it seems to match up with the rest of the content.

.gform_wrapper {margin:20px;}

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.