• Resolved cyberium

    (@cyberium)


    On ‘grid template pages’ how can we make the page title appear in a white box set into the bottom of the featured image as it does on the full width pages? I want the headers to be consistent across the site on all templates except for the front page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Siobhan

    (@siobhyb)

    Hi there,

    I’m seeing the following snippet in your custom CSS, which is causing the inconsistency:

    .page-template-grid-page .content-wrapper.full-width {
        margin: 0;
    }

    You can remove the above in order to push the title up to overlap with the featured image on your grid pages, as it does with other pages on your site.

    If you remember the reason why you added that CSS in the first place, let me know and I can try to help with some CSS that achieves the same thing but doesn’t interfere with your title.

    Thread Starter cyberium

    (@cyberium)

    Thanks – will check this. As posted in my other issue this morning the main thing I want to do is to make all pages look the same so In other words, on this site: http://anniephillips.co.uk/Wordpress/
    I want child pages to have the same header & featured image as the parent pages
    e.g. http://anniephillips.co.uk/Wordpress/bespoke/glass/ to look like http://anniephillips.co.uk/Wordpress/bespoke/

    Thread Starter cyberium

    (@cyberium)

    Yep I removed that code and it’s fine, so just the featured image issue remaining. Your help is SO much appreciated. Automatic Happiness indeed.

    Siobhan

    (@siobhyb)

    I’m glad that helped out! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Making headers consistent across the site’ is closed to new replies.