I am trying to align a heading in my footer to the left. The HTML structure is in place and the CSS is referencing the right class but nothing is happening.
The structure:
<h3 class="widettitle">Article Contributors </h3>
The CSS:
#footer h3 .widgettitle{
margin: 0px;
padding: 0px;
}
Also, when I moved my table of images to the right the edge got cut off. I could not find what was controlling the right hand side of the center box so that I could decrease its width.
Thanks Dude!!
Here is my website address: http://www.core4innovative.com.














