Site logo

Archived topic

Suggestion for Page-Header content

5 replies · Started by David on May 11, 2016

Viewing posts 1–6 of 6

Hi Tom,

I'm playing around with the Generate Page Header add-on and it is working fine.
The content you can add is OK, but requires some layout HTML if you want something beyond some simple text.
How would I go about adding 2 x columns to add content?
(I know how to do that with a Bootstrap based theme, but not sure the best way to go about it with Generate Press)

TIA, Dave

You could do something like this:

<div class="grid-container grid-parent">
    <div class="grid-50">
        Column content
    </div>
    <div class="grid-50">
        Column content
    </div>
</div>

Thanks Tom,
I ended up doing much the same...
I didn't know about your 'Lightweight Grid Columns' plugin, which I discovered after I posted! So I played with that and looked at the HTML it generated and it works fine...
Thanks so much, Dave

Perfect :)

I was playing around with the page-header-addon as well, a few minutes ago.
Any chance of enabeling insertion of content around the page-bottom as well? Meaning the space between post/page-content and the place where the tags (category, etc.) appear...

I'm aiming for a little, minimally styled box for a summary of each post.

Best regards,

Marcel

The After Content hook in GP Hooks is probably better suited for something like that :)

This archived topic is closed to new replies.