Archived topic
How to add a section to the finished page?
7 replies · Started by Alex on November 4, 2015

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.
Have you tried our Page Header add-on? It allows you to add a section below the header like that.
Let me know :)
I thought I needed "Section" add-on, now this will have to buy "Page Header" :)
Thanks for answer.
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 :)
Tom, thank you! I bought a Page Header add-on. Tell me, please, how to remove padding (picture)?

This CSS should do it:
.separate-containers .page-header-image {
margin-top: 0;
}
Tom, CSS does not help. I have done such a thing. That helped:

Ah, you're using content.
Try this:
.separate-containers .page-header-content {
margin-top: 0;
}
