Site logo

Archived topic

After header hook

3 replies · Started by Scott on May 14, 2015

Viewing posts 1–4 of 4

My site is setup with navigation and header contained.

I want to insert text below the navigation. I have inserted this using after header hook.

However, the text is not shown in line with the header or navigation bar - it is to the left of the screen.

Love the theme by the way.

The after header hook is outside of any container, which is why it's off to the left.

You can wrap you content inside of the container class:

<div class="grid-container grid-parent">
      Your content in here
</div>

Let me know if that helps or not :)

That worked thank you Tom.

I would like to develop this a little further by having the page title and excerpt with a background colour below the header on every page like this and this

Please could you give me some guidance as how to achieve this.

Many thanks.

This archived topic is closed to new replies.