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
Post a Comment