Archived topic
Getting Close - How to customize header
1 reply · Started by Robert Gusnowski on March 15, 2015
I'm using the GeneratePress template on the site http://www.edesia-gifts.ca/ and things are starting to look more like what I want.
Under Theme Options --> Default Layout, I was able to turn off the side-bar and extend the entire page. The challenge now is to get a header that extends the entire width of the page.
Can anyone provide an insight or some help on building a custom header?
While I have some (little) knowledge of Wordpress, and a tiny bit about web pages, I am not an artist, and I simply don't have the skills to finish this. If someone is kind enough to offer some help it would be greatly appreciated.
Thanks
Robert
Hi Robert,
Are you wanting the header to push right up against the header area?
If so, you can use the Spacing add-on in "Customize > Element Spacing" to remove the header padding, or use this CSS:
.inside-header {
padding: 0;
}