Form Fields To Short (in height)

rhinopm
rhinopm
Offline
0
When going to the page to sign up for as an affiliate, the form fields are too small... you can see the issue here: http://fishposters.net/index.php/affiliates

Accepted Answer

Thursday, February 23 2017, 09:35 PM - #Permalink
0
looks like there's a CSS property in your site that is setting the height of the element to 20px... that's causing it.

I suggest to add this to your main CSS file:

input{
height: 40px !important;
}
The reply is currently minimized Show
Responses (1)
  • Accepted Answer

    rhinopm
    rhinopm
    Offline
    Friday, February 24 2017, 02:07 AM - #Permalink
    0
    Boom. That was painless... thanks!
    The reply is currently minimized Show
Your Reply