Did you actually replace
@media handheld {
with
@media all and (max-width: 320px) {
This would not change the display width of your site, it would just make it apply to all small windows.
Did you actually replace
@media handheld {
with
@media all and (max-width: 320px) {
This would not change the display width of your site, it would just make it apply to all small windows.