There are lots of options in the WOO Canvas Header. Here’s a glance at a few.

Full-width header? Non-full width? Background color? Background image? What if the image is much taller? What’s padding? How can I use that to make my header taller?

[box type=”alert”]Disclaimer: this is the worst video recording of all time. I’ll replace it at some point, but need to get this out tonight. ;-)[/box]

Code used to (1) hide site title and description and (2) force header height taller.

#logo .site-title, #logo .site-description {
	display: none !important;
}

#header { 
height: 339px; 
}