These are my last two till I can finally launch the site (this monday), so all help will be greatly appreciated.
1. The font size of my text widgets and footers is changing when you click on a specific article.
http://misinheritance.com/
and
http://misinheritance.com/2009/07/19/blog-2/
I want it to look the way it does on my homepage and not change.
2. I want to change the line-spacing of my content, without it affecting my widgets. Changing this code affects my widgets, how do I only change the content?
#homepage, #featuredpage, #content {
width:956px;
line-height:20px;
margin:0 auto;
padding:20px 0 0
}