Hi,
I'm trying to restyle the submit button. I'm using code that was taken from another thread but I just need to increase the length by 20px either side. I've tried increasing the padding but that doesn't work.
The form is here
Many thanks
Steve G
Hi,
I'm trying to restyle the submit button. I'm using code that was taken from another thread but I just need to increase the length by 20px either side. I've tried increasing the padding but that doesn't work.
The form is here
Many thanks
Steve G
just add the "!important" declaration to your button rule (style.css line 1887)
padding:4px 20px !important
Worked Great!
Many thanks
Steve G