Archived topic
Header image width
5 replies · Started by Gabby Ferm on November 5, 2014
Hi Tom
So I have a child theme and I am trying to get the header image to expand to cover the width of the browser.
I tried the css fix you suggested in this post http://www.generatepress.com/forums/topic/separate-header-width-from-container-width/ but it simply doesn't work for me.
I'm not very good at php but I know my way around css.
Do you have another solution for this?
Thanks in advance :)
Hmm, that CSS should work perfectly.
Can you post the link to your site so I can take a look?
Thanks!
It's still in development and on my test-server.
Try this:
.generate-page-header.grid-container {
max-width: 100%;
}
That should do it :)
Like a charm :)
Thank you Tom
You're very welcome :)