I'm using media queries.
my code is not working for following resolution.
240 x 320 (small phone)
320 x 480 (iPhone)
I want to add this
#wrapper { width: 100%;}
#column1 { width: 100%;}
#column2 { width: 100%;}
What about meta tag? (I'm using this <meta name="viewport" content="initial-scale=1.0, width=device-width"/>
)