I am having a problem with the modxcms on certain pages the font size does not go by the css file even tho on some other pages the same css file is used and works perfect. http://www.dragonstardesign.com/index.php?id=62 http://www.dragonstardesign.com/index.php?id=51 Both these pages use the same css file but the top one's font size is tiny compared to the other. can you help?
Your text on the id=62 page is wrapped in surplus tags (possibly picked up by copy/paste from the quick editor?): <quickedit:content /><span style="font-size: x-small">. This is overriding the font settings in the CSS. (Detected using Firebug in Firefox - fantastic CSS debugging tool)