Site logo

How to add a section to the finished page?

Home Forums Support How to add a section to the finished page?

Home Forums Support How to add a section to the finished page?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #150387
    Alex

    Page
    There is a ready site with this style. I would like to add just one narrow (100px) section (the place indicated in the screenshot). How to do it? Thank you.

    #150432
    Tom
    Lead Developer
    Lead Developer

    Have you tried our Page Header add-on? It allows you to add a section below the header like that.

    Let me know 🙂

    #150441
    Alex

    I thought I needed “Section” add-on, now this will have to buy “Page Header” 🙂
    Thanks for answer.

    #150442
    Tom
    Lead Developer
    Lead Developer

    The Sections add-on will work on pages where you want nothing but sections.

    For pages like the above that already have regular content, you’ll want the Page Header add-on.

    Let me know if you have any questions about using it 🙂

    #150475
    Alex

    Tom, thank you! I bought a Page Header add-on. Tell me, please, how to remove padding (picture)?

    #150482
    Tom
    Lead Developer
    Lead Developer

    This CSS should do it:

    .separate-containers .page-header-image {
        margin-top: 0;
    }
    #151094
    Alex

    Tom, CSS does not help. I have done such a thing. That helped:

    #151120
    Tom
    Lead Developer
    Lead Developer

    Ah, you’re using content.

    Try this:

    .separate-containers .page-header-content {
        margin-top: 0;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.