Site logo

Archived topic

How can I make my header add on full width

7 replies · Started by kyle on September 3, 2016

Viewing posts 1–8 of 8

I recently purchased the header add on and I'd like to make it extend to full width. How can I go about this?

Thanks in advance :)

I just added to code

.generate-page-header.grid-container {
max-width: 100%;
}

But it's not changed my header for some reason. here's the link. It actually makes no difference what I set it to either. I just put it on 10% and there was no change.

http://hacksunlimited.com/lifestyle-hacks/household/

If you can have a look and tell me why that would be great!

You have this CSS added to your child theme:

.page-id-74 .grid-container {
    max-width: 1350px;
}

It's preventing the other code from working.

Okay thanks, so I have removed that code and now it works. The problem is I want certain pages to remain at 1350px width. I can't just set the overall site width to 1350px as I don't want every page that wide and if I specify which pages I want like that in the child theme then I loose the full width if the header.

How can I get around this Tom? Thanks for the super fast reply

Thanks again :)

You're welcome :)

This archived topic is closed to new replies.