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.

how to fix background of error message position?

  1. solomonOneims
    Member

    Hi Guys!

    I got hard time finding how to fix this error messaging.

    Please take a look at this site : http://personal-injury.rivaslawgroup.com/

    When you click submit without data on the field the background of error message are out of position.

    Need help...

    Thanks

    Posted 12 years ago on Friday November 4, 2011 | Permalink
  2. OK, a lot going on here that is incorrect with your styling, do the following, add this to your stylesheet:

    [css]
    #stylized ul {
        margin: 0;
        padding: 0;
    }

    On these declarations, get rid of the margin-left:

    [css]
    #stylized label {
        margin-left: -40px;
        padding-bottom: 3px;
    }
    #stylized input {
        border: 1px solid #E7D1AA;
        border-radius: 5px 5px 5px 5px;
        font-size: 12px;
        margin-left: -40px;
        padding: 4px 2px;
        width: 210px;
    }
    #stylized textarea {
        border: 1px solid #E7D1AA;
        border-radius: 5px 5px 5px 5px;
        margin-left: -40px;
        width: 213px;
    }
    .gform_wrapper .gform_footer {
        margin-left: 40px;
        margin-top: 10px;
        width: 215px;
    }
    Posted 12 years ago on Friday November 4, 2011 | Permalink
  3. solomonOneims
    Member

    Thanks alot Rob...

    Posted 12 years ago on Friday November 4, 2011 | Permalink
  4. No problem, glad to help!

    Posted 12 years ago on Friday November 4, 2011 | Permalink

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