fix mobile responsiveness issues
-
I’m having some mobile responsiveness issues that I’m hoping to get help with. The website is goldlionstyle.com and here are some screenshots for how it’s appearing on my android device: https://drive.google.com/file/d/0Bwn52qomJaSkMklXZG1YWG5JZzA/view?usp=sharing
As you can see, the menu is not appearing as wide as the screen, and also the images are slightly cut off to the right (yet it doesn’t let you scroll horizontally). I’ve tried configuring my viewport by changing the meta viewport tag to this:
function omega_meta_viewport() {
echo ‘<meta name=”viewport” content=”width=device-width, initial-scale=1″/>’ . “\n”;
}(All I changed from the original function was adding the ‘initial-scale=1’). Any ideas on what else could be causing this error?
Thanks in advance for any help offered!
- The topic ‘fix mobile responsiveness issues’ is closed to new replies.