How to increase side margin in a blog?
Author: Mandar V.
Visited 827,
Followers 1,
Shared 0
Please visit this page of a blog on your mobile.
https://sagarsawali.com/blog/index.php?the-first-post-by-sagar-sawali-at-ladghar
Please guide how to increase the side margin.
Regards
Mandar
Posted on the
Hello. Try adding this code:
<style>
@media (max-width: 479px) {
#imContent {
margin: 0px 20px !important;
}
}
</style>
Add it here:
You might end up with something like this:
You can find a little more information about inserting code here.
Author
Thanks dear Aleksej H.
I did it your way, but in this case side margin of all other pages is also increasing.
I want it to be applied to the blog pages and not the website pages.
Please guide.
Mandar
Hi, but you have to put the code only on the expert property blog before closing the TAG Head
Author
Thanks, dear Giancarlo B.
I did it using your suggestion.
Regards
Mandar
Excellent, I'm pleased, click the green flag on the post that helped you solve it, in this way the problem will be resolved/closed and consequently also useful to other users who will have the same problem, bye.
Author
Sure, dear friend Giancarlo B.
Already clicked a green flag.
Thank you once again.