Hey Some pages on my site have a 978 width but some are still 960. Examples: http://dev.wegotthiscovered.com/video-game-review/red-faction-armageddon-review/ - 960 http://dev.wegotthiscovered.com/uncategorized/hobo-shotgun-bluray-review/ - 978 How would I make that 960 page 978? I know it's somewhere in my style.css file but not sure where, can anyone take a look and let me know? Thanks http://dev.wegotthiscovered.com/wp-content/themes/continuum/style.css
Look for .single-post #page-wrap{width: 975px;margin:0 auto;} in your style.css, should be in line number 48. Comment/delete that width.
If you're having trouble finding something in your code, hit ctrl + f to bring up a search box. Not sure what the Mac equivalent is though.