Mobile Padding Problems
-
Hello!
I used some basic CSS to add additional padding around a single blog post:
.single .blog-entry { padding: 0px 100px 0px 100px!important; }
The problem is, this padding now carries over to the blog when viewed on Mobile too. I added the following code to alleviate this:
@media only screen and (max-width: 1200px){ }
But it is not making any difference. Is there a way that I can flip this code so that the additional padding I added only applies to desktop screen resolutions? Any help on this would be great!!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Mobile Padding Problems’ is closed to new replies.