Replies: 0
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
}
- This topic was modified 5 minutes ago by johnnyfame.