Forums

Contact form- Outline for input form is misaligned (1 post)

  1. blinnw
    Member
    Posted 3 months ago #

    Previous web designer bugged out & left several things a mess; we have fixed some of them but there's one thing we need help on: The grey outline on the input fields of contact form is horribly misaligned.

    It is the blue box "Get Help Now" - here:
    http://reputationadvocate.com/about-us/

    I believe this is the code in style sheets that corresponds?

    #right .gform_body ul, #firststeps .gform_body ul{
    margin: 0px;
    list-style: none;
    }

    #right .gfield_label, #firststeps .gfield_label{
    display: none;
    }

    #right .gfield input, #firststeps .gfield input{
    width: 229px;
    height: 37px;
    background-image: url(images/form_field.jpg);
    border: 0px !important;
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 10px;
    color: #838383;
    text-transform: uppercase;
    }

    #right .gform_button, #firststeps .gform_button{
    background-color: #5074b2;
    color: white;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    }

    #right .gform_edit_link, #firststeps .gform_edit_link{
    display: none;
    }

    a{
    outline: 0px !important;
    }

Reply

You must log in to post.

About this Topic

Tags

No tags yet.