in looking at the file template.css.css, the following code:
div#header {
width: 100%;
overflow: hidden;
height: 135px;
position: relative;
border-top: 1px solid #fff;
appears to be in conflict with the documentation. When I change the 135px to "200px", the header file bottom appears.... however, a small bit of wording on the right side of the graphic is cut off ("prices" shows up as "price"
Not sure how to modify the width part. If I change it to "1000px", the header extends beyond the right side of the page border graphic.
Would suggest adjusting the documentation to match the template... any help with the width issue?
- Joe