Hi, GeneratePress Team.
I’m a noob in coding and I’m trying to create a padding for text only in a spacifica page. The CSS code I’m testing is the following
.page-id-228 p {
padding-top: 0px;
padding-left: 280px;
padding-bottom: 0px;
padding-right: 280px;
}
The problem is that I don’t want images follow the rule; I’d like images follow padding set in customize->layout->container option. Why img follows rules that I set for p only tag? Where am I mmaking a mistake?