http://emeraldtee.com/thegolfermag/category/resorts/
The green border is the title wrapper. How can I make title wrapper extend to 100% of the total container?
I know how to get rid of the title.
h1.page-title{
display: none;
}
But how do I make the title-wrapper extend full width so I can center the category image?
Here is the section code, and I have been playing with the CSS
<header class=”page-header”>
<div class=”container”>
<div class=”title-wrapper”>
<h1 class=”page-title”>Category: Resorts</h1><div class=”taxonomy-description”><p>
</p>
</div> </div><!– .title-wrapper –> </div><!– .container –>
</header><!– .page-header –>