Ok fixed that now my other ? is why did my menus disappear on my post pages:
http://more.thomasmore.edu/?p=705
Ok figured out my problem:
<?php if ( is_front_page() ){
echo '<style type="text/css">#content{width:100% !Important;}</style>';
} ?>
However my content isn’t flooding the page.
how do I access the error logs?
<?php if ( is_front_page() ) {
echo '<style type="text/css">#content{width:100%;}</style>";
}>
<?php endif; ?>
I modified the code to show this still same thing