Archived topic
line break or top padding only in in page header
5 replies · Started by sdanbu on April 18, 2017
I want to move the content in the page header down.
I know there is a way to add padding but is there a way to only add top padding and not bottom padding because it stretches out the image
Alternatively, I tried to add <p> and <br> but it didn't work
Thanks
I think it would be beneficial to separate those options in a future version.
For now, try this:
.generate-inside-combined-content,
.generate-inside-page-header-content {
padding-bottom: 0;
}
Thank you.
Is there a way to increase the padding for the top?
Using the above CSS would allow you to use the built in setting for the top padding.
This worked thank you
You're welcome :)