• 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
    }

    Non responsive

    • This topic was modified 7 years, 8 months ago by johnnyfame.
  • The topic ‘Mobile view CHANGES when I edit CCS content width. Non-Responsive.’ is closed to new replies.