PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Using CSS to Make My Form Sexy

  1. Hi guys. I have a form here http://aussiehealthcoach.com.au which I have just entered. I have an image of my online magazine I'd like to include on the left hand side and I can't seem to get the alignment right. I'd also like to style the form to fit the look and feel of my site. I am using Headway 3 as my theme, which makes any custom CSS easy to enter (though I am a novice!)

    I'd like a professional, modern look for the form which entices people to enter their email. Because it is just below the fold, it needs to capture attention.

    Any help much appreciated.
    Thanks!

    Posted 12 years ago on Tuesday April 3, 2012 | Permalink
  2. You could probably place the image via CSS:

    [css]
    #gform_wrapper_2 {
    background: url(http://aussiehealthcoach.com.au/wp-content/uploads/2012/04/magazinestanding.png) no-repeat 10% 50%;
    background-size: 100px;
    }

    Then get rid of that HTML field.

    Posted 12 years ago on Tuesday April 3, 2012 | Permalink