As trend has been changed so do i need to change existing theme resolution in 1024*768. currently, its Best view for 800*600 site: hungamaonline(dot)net
I think is better to keep this width.But more important is to fix your top menu problem. Screenshot from Firefox 3.0.6
800 width is still fine, as long as you have a decent bg image (which you do). I personally prefer narrow sites anyway. You should read ExtremeData's post again. Your sidebar content seems to be breaking out of their divs too, and you've got 134 validation warnings, some of which actually need to be fixed (e.g unclosed meta tags). You've got bigger fish to fry before you start worrying about the width of your site
Yeah that's right.But try to fix the errors and after you can change the width too. As you see in the above screenshot the menu is not where it must be. Check here
First you need a doctype : http://htmlhelp.com/tools/validator/doctype.html After that you should correct the google webmaster meta tag: <meta name="verify-v1" content="LBc8aMoEQTzSPkkES4Uzsyb17hgMoO87RUaF8ApCz/g=" / Code (markup): The correct one(if you will use a XHTML doctype) : <meta name="verify-v1" content="...GoogleCodeHere..." /> Code (markup): Or this if you will use a HTML doctype (I think that's for you because your code seems to be HTML not XHTML) : <meta name="verify-v1" content="...GoogleCodeHere..."> Code (markup): After try to validate again and try to correct each error.