css - Bad content width on mobile devices -


i have website in wordpress , have small problem content. on computers main content shows fine. can see on mobile device, content has approx. 50% of width , don't know why.. can me please?

website: http://www.djreneek.com

mobile screenshot: https://dl.dropboxusercontent.com/u/19898988/screenshot_2013-07-31-21-41-18.png

thank much

edit: see diacritics doesn't work on mobile devices too... (ščťžýá etc..)

ensure have set viewport within <head> of document catering mobile browsers.

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -