Blog Header Customization

I’ve got a couple questions about customizing the Blog Header. I’ve found some good direction on the forum, I just need a bit more help.

First off I’m in the Integrity stack. My questions are:

  1. How do I make the blog header image span full width? I want it to span the entire screen, not just the width of my blog posts. See here:
  2. How do I get rid of those white lines on either side of my Blog Header 1 text?

I appreciate the help!

Hello @burnich,

Thanks for asking. :slight_smile:

Can you please share website URL for us to take a closer look?

Thanks.

website url: http://blog.navigationtrading.com/wp-admin

Hello @burnich,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS to make necessary changes:

header.x-header-landmark {
    width: 100% !important;
    max-width: 100% !important;
}

.h-landmark span:before, .h-landmark span:after{display: none;}

Note: While sharing login details please make sure to use secure note feature so that the information is in between you and Themeco staff.

I have moved the login details into secure note.

Thanks.

Thanks for your help, that did the trick (:

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.