Mobile view CHANGES when I edit CCS content width. Non-Responsive.
-
I want to add this code to change the padding and the width of my blog post content.
It worked fine for the desktop view. But when I switch to mobile view, it’s non-responsive
How do I make it so that my changes are responsive?
#content { padding:0 150px 0 150px; //Adjust } #content { width: 770px; //Adjust }
- The topic ‘Mobile view CHANGES when I edit CCS content width. Non-Responsive.’ is closed to new replies.