I'm not able to change the bottom margin of headers. I've tried adding this: h1 {margin-bottom: 50%} on the custom CSS but nothing happened. As you can see in the attachment there is too much space between h1 and body or anything else. Can you help me reducing it? Thank you
PS: I also don't know how to convert a private post in a public one... :) sorry!
Hey Antonio, I'm not sure how much you want to reduce the margin-bottom property, however, did you know you can also use a negative amount? Maybe that'll help.
.example {margin-bottom: -50px;]
As for making a private post public, go into the edit mode for the page/post, in the top right corner of the screen, click Edit next to Visibility and then select Public.
I've tried using px instead of % and it works, but not for the body. Is there a rule I am missing? tnk
Hey Antonio, I'm not sure how much you want to reduce the margin-bottom property, however, did you know you can also use a negative amount? Maybe that'll help.
As for making a private post public, go into the edit mode for the page/post, in the top right corner of the screen, click Edit next to Visibility and then select Public.
Cheers :)