#blog-wrap div { float: left; line-height: 20px; width: 310px;}
#blog-wrap div { float: left; line-height: 20px; width: 200px;}
#nancy-archive { float: left; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding-right: 40px; width: 205px !important;}
This is how the single post and category pages look after I put in the header/body/footer PHP:
http://www.parkarvidsonacupuncture.com/wordpress/blog/2011/04/08/what-to-do-when-injured/
This is how the page wrap SHOULD be aligned:
http://www.parkarvidsonacupuncture.com/wordpress/nancy7/
Here is the CSS file:
http://www.parkarvidsonacupuncture.com/wordpress/wp-content/themes/ParkArvidson Wordpress/style.css
So I'm wondering, why would it do that with single.php and comments.php if it works in my blog template?
I would appreciate your help! Thanks!
To this:
Change the width to 200px and voilá
You have a div called Nancy-archive... Add !Important to the width...
And leave the #blog-wrap div as it is... Just change The #nancy-archive