Hey guys,
I'm trying to style a background color for my form and am encountering a few issues.
My goal is to create a neat background color that forms a box around my form and to make the corners of the box rounded. I would like the amount of color showing to be proportional on both the left and right sides of the form.
I added the following CSS:
body #gform_wrapper_2 {background-color: #CCC;position: relative; padding: 20px 0 20px 20px;}
However, as you can see on the following link, there's a massive amount of gray showing on the right side. I would like for this box to be proportional on both sides.
http://dev.bitcadet.com/versatube/building-kits/classic-carport/pricing/
Any ideas?