Archived topic
After header hook
3 replies · Started by Scott on May 14, 2015
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 :)
Hi there,
I explained how to remove the title from your content, and add it to the page header here: http://generatepress.com/forums/topic/full-width-title-on-single-post-page/#post-107005
Then you can style the area with some CSS:
.page-header-title {
background: #1E72BD;
color: #FFFFFF;
}
That should get you on your way :)
