I am trying to put together a website...I found a theme to adapt to the need...but there is one problem...the post Title graphic is repeating within the post...and I can't figure out why.
The address:
http://kbcloth.com/
The style sheet says this for that section:
.post h2 {
margin: 0 0;
padding: 8px 0px 0px 30px;
height:42px;
background: url(images/title.png) no-repeat left top;
text-align: left;
font: normal 20px "Tahoma", Arial, sans-serif;
}
Can anyone help?