Hi guys, thanks for your responses.
I actually tried this and it worked best:
@media only screen and (min-device-width: 481px) and (max-device-width: 3000px) {
.single .blog-entry { padding: 0px 100px 0px 100px!important; }
}
@media only screen and (max-width: 480px){
.single .blog-entry { padding: 0px 0px 0px 0px!important; }
}
Url is: monmode.co