i.e only the outer margin/padding between text and border.
Make sure you have child theme created and then change the codes in css
/*padding to the right side of the content */
.hentry {
padding-right: 20px;
}
hope that helps
Thank you so much 9bode, it did help! It seems to have no effect on the home page though, you don’t happen to know why …?
HannaMedL,
.home .hentry {
padding-right: 20px;
}
For home page only
Thank you so much! Resolved.
Actually, it’s not resolved … I’ve tried the home page code above but nothing happens. (I’ve tried to change more than the padding, like colors, margins etc just to make sure, but the home page won’t react.) /Hanna
.home .hentry {
padding-right: 20px !important; /* add !important */
}