Mobile version of Scrappy is not showing properly
-
The mobile version of my site (https://www.annemariesintjago.nl)uses only about 60% of the width of the screen width. About 40% of the width (to the right) is showing the backgroundcolour (which is brownish).
In online emulators the content uses 100% of the screen width, but on my iPhone only 60%.
I have no idea how to get this right. Or if it’s just my phone, or a problem with CSS (or maybe PHP, which I know next to nothing of)
I changed the width of the following CSS code from 800 to 600 (otherwise my iPad2 would use this CSS code, which I think doesn’t look too good). However, I had the same problem before I started making changes, so It shouldn’t have anything to do with that.
So this is my code for the screens up to 600px@media screen and ( max-width: 600px ) { #content { margin: 0; padding: 1em; width: 92%; } #primary { clear: both; float: none; width: 100%; } #secondary { clear: both; float: none; margin: 0 auto; padding: 0; width: 92%; } .footer-sidebar { clear: both; display: block; float: none; margin: 0 auto; width: 92%; }
I hope you can help me.
- The topic ‘Mobile version of Scrappy is not showing properly’ is closed to new replies.