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.

Pad Text with Background and align right

  1. Please take a look at my form on the following page: http://iamsinc.com/blog/lem/

    I have added a background image, but I don't know how to move the field boxes down so they don't overlap the top of the image. Additionally, I would like to have the form align right so that the text can wrap around it on the left. Thank you for your help!

    Posted 11 years ago on Tuesday June 12, 2012 | Permalink
  2. All you have to do is add some top padding to your selector with the background, and just float it to the right, like so:

    [css]
    body #gform_wrapper_6 {
    background-image: url(http://iamsinc.com/blog/wp-content/uploads/2012/06/LEM-More-info.png);
    background-repeat: no-repeat;
    height: 583px;
    width: 205px;
    padding-top: 110px;
    float: right;
    }
    Posted 11 years ago on Tuesday June 12, 2012 | Permalink
  3. Thank you. That worked perfectly. Your support is the best!

    Posted 11 years ago on Tuesday June 12, 2012 | Permalink
  4. No problem, glad to help out!

    Posted 11 years ago on Tuesday June 12, 2012 | Permalink

This topic has been resolved and has been closed to new replies.