Leisa,
I’ve checked out your CSS with the Validator:
http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fcreateart.leisawatkins.com%2F
and I suspect that the couple of errors are causing the code to be incorrectly interpreted. The things I’d particularly look at are:
- The slashes here: //h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form{ margin: 0; padding: 0; }
- The property “align” in #banner and .footer – change to text-align
- The property “font-color” in .topmenu, .comments-template h3, and .comments-template h2 – change to color
- .maincol is missing an “;” after “height:100%”
- in .post h2, .post_alt h2 – change “font-weight: heavy” to “font-weight:bold”
- missing end bracket “}” on .signature img
- in .sidebarleft ul li a and .sidebar ul li a replace “font color” with “color”
- missing end bracket “}” on #searchform
All these issues would contribute to the code not being read correctly. Make those changes and see if it fixes it or not, only then can we help further.
Well if it changed when you installed the plugin, then you need to look in the plugin files for the offending CSS.
If you use Firefox, install the firebug extension and inspect the sidebar. It will tell you what file the CSS is being pulled from.
What plugin did you install??
Josh Nunn,
Thanks! I don’t know why I didn’t think of running it through a validator. I won’t make that mistake again. I made those changes and it did the trick.
Nalco,
That was the first thing I thought of so I removed the plug-in and it’s CSS file and still had the problem.
I have the firebug extension and don’t really know how to use it effectively – obviously
Thanks both or you for your help!
~ Leisa