Hi
I've seen other posts where I've found info to change background colour, but I want to extend the colour so it covers the form title and has a bit of a margin on the left side like it does the right. See the link: http://www.hanburymortgages.co.uk/temp/remortgaging/
This is what I've added to my theme style sheet:
[css]
body #gform_wrapper_2 {
position: relative;
background-color:#CCC;
}
Am I adding the correct CSS?
If it is going to bee too complicated then I may not bother but just wanted to lift the form off the page a bit.
Thanks in advance.