Site logo

Archived topic

Header issue

7 replies · Started by Antonio on October 20, 2015

Viewing posts 1–8 of 8

The one that's not working looks like a single post.

By default, single post page headers display within the content area.

To change this, go to "Customize > Page Header" and adjust the "Single Post Page Header" option to "Above Content Area".

Hope this helps :)

it is already above

Ah, you're using just a static image - so the settings in the "Content" tab don't apply.

Those settings only apply if you add content.

To force the static image to be full width, add this CSS:

.page-header-image-single.grid-container {
      max-width: 100%;
}

.page-header-image-single img {
    width: 100%;
}

Thanks.

You're welcome :)

Hi Tom, just a quick question I have the same issue as Antonio but I am not sure where to put the code - I went into content.php and I inserted the code but nothing happened I wasn't sure where to put it either - sorry not used to touching anything in the editor section.

This archived topic is closed to new replies.