Wordpress responsive issue
I just uploaded a site that I've been working on locally and got some unexpected glitches that I'm not too sure how to fix, nor do I know why they happened.
The reponsiveness of the blog page here,works fine when you shrink the browser on our desktop, but if you look at it on a phone, it is not responsive at all. Anyone have any ideas?
Solutions
Your phone has something what is called a Viewport. This is probably what makes it look bad.
Try adding this meta-tag:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
Check this link to get more info about those viewports: https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag
Similar questions
Scroll Box Responsive issue, CSS-Wordpress
Wondering if someone can help me out a bit. I have a scrolling text box on a page in Wordpress. The site is responsive. The box is exactly the way I need it except it doesn't re size down with the rest of the content on the page. Does it have to do with the fact its a fixed width? If so how do I change it so it shrinks down? Thanks Add Text
Wordpress responsive portfolio grid issue
I have been having problems with a Wordpress theme where the portfolio grid doesn't seem to be spanning 100% across the page. You can find the problem here after the 'crashes' image box - http://beta.audiopeak.net Any help with amending this issue would be great.
Wordpress Codeless Slider Responsive Issue
If you visit my website so far, http://trulydesigns.com/ you will notice that everything looks in order. If you visit the web page via mobile such as an iPhone 5s the slider looks out of place. http://quirktools.com/screenfly/#u=http%3A//trulydesigns.com&w=320&h=568&a=37&s=1 This is a snippet of the "codeless_slider.php", somewhere ...
I am getting horizontal scrolling responsive issue in WordPress
I am getting horizontal scrolling issue in iPhone. I developed a website in WordPress. and also it getting problem in mobile phone UC browser how can I fix the problem.
Wordpress Post featured image responsive issue
I have the following problem with my wordpress site. In my blog section, where a list of all blogposts is shown, my featured images are of bad quality because of the responsive images option Wordpress implements. This is what my code looks like: If I change the 'sizes' element in my console and the maximum width to a much higher number than 300px (...
Wordpress Responsive Design (height issue)
I'm currently working on creating a page with wordpress, and I'd like the page to not allow SCROLLING. I want it to be a still-page, that adapts to the width/height of any display. However, I am not accomplishing this, and my current design attempt keeps showing a lot of whitespace below the content of the page. Pictured here: I know it is possible...