[Resolved] line break or top padding only in in page header

Home Forums Support [Resolved] line break or top padding only in in page header

Home Forums Support line break or top padding only in in page header

  • This topic has 5 replies, 2 voices, and was last updated 7 years ago by Tom.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #307377
    sdanbu

    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

    #307412
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #307513
    sdanbu

    Thank you.
    Is there a way to increase the padding for the top?

    #307524
    Tom
    Lead Developer
    Lead Developer

    Using the above CSS would allow you to use the built in setting for the top padding.

    #307539
    sdanbu

    This worked thank you

    #307564
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.