Need CSS Help, Reducing Top Container Padding

Hello,

I am trying to reduce the padding space between “Contact” and the white area above it to 45px. I can’t seem to figure out of a way to do this without modifying the HTML directly.

If anyone could help I would be very grateful.

http://www.rogersleasing.com/contact-form/index.php

Chris

Try:

section #padding {
padding-top: 45px !important;
}

1 Like

I swear I tried that one, but maybe not.

Thank you for the help!