Comment on Infinite Gangnam StyleparentComments−yuchi13ybody { width: 730px; margin: 0 auto; }does the trick.−plamere13yyep, that did it, thanks much yuchi!−yuchi13yActually you should also correct some internal width that causes the whole page to overflow horizontally, causing a useless scrollbar.
Comments
body { width: 730px; margin: 0 auto; }
does the trick.
yep, that did it, thanks much yuchi!
Actually you should also correct some internal width that causes the whole page to overflow horizontally, causing a useless scrollbar.