Hi All,
Basically, for the heading of my site I have added bgimage to go with the text.
Though with the heading in the forms, the titles are not using the padding added to the css for H2, H3 etc.
So the text is going over the image and not all of the image is being displayed.
I have added this to the bottom of the stylesheet to try and just redo the style for the forms but alas I have had no luck,
[css]
/* ========================== G Forms ============================ */
body .gform_wrapper .gform_heading .gform_title {
font-size: 1.2em;
background: url(images/logo-tiny.png) no-repeat;
padding-left:40px;
margin-left: 20px;
padding-bottom: 10px;
font-weight: bold;
}
body .gform_wrapper .gform_body .gf_progressbar_wrapper .gf_progressbar_title {
font-weight: normal;
font-size: 1.1em;
background: url(images/h3_header_icon.png) no-repeat;
padding-left:25px;
padding-bottom: 10px;
}
Any help would be great.
Cheer,
D