blinnw
02-12-2012, 11:33 PM
The grey outline on the input fields of contact form on this page is badly misaligned.
http://reputationadvocate.com/about-us/
It is the blue box "Get Help Now" - here:
The grey outline should align exactly with the edges of the white background.
I found this code in style sheets but do not see another place where code relating to this issue might reside. This is a custom Wordpress site.
Thanks in advance for your help!
#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;
}
http://reputationadvocate.com/about-us/
It is the blue box "Get Help Now" - here:
The grey outline should align exactly with the edges of the white background.
I found this code in style sheets but do not see another place where code relating to this issue might reside. This is a custom Wordpress site.
Thanks in advance for your help!
#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;
}