
Originally Posted by
Sunabac
our posts must have "missed each other.." I just put
background-repeat: repeat;
but I did notice the bit of that stripe as you mentioned, but it did not go away after I inserted background:#ffffff; in the #headerWrapper
I can live with that...
Thanks!
*NOTE this change is for people who want to have the stripe background all the way down the page like Sunabec requested on page one of this thread*
I finally figured out how to fix this, if you're interested. Open up includes/templates/apple_zen/common/tpl_header.php and change this:
Code:
<?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
<div class="clearBoth"></div>
to this:
Code:
<?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
Then open up includes/templates/apple_zen/css/stylesheet.css and change this:
Code:
#logoWrapperOuter {
margin:0 auto;
width:100%;
}
to this:
Code:
#logoWrapperOuter {
margin:0 auto;
width:100%;
overflow:auto;
}
Bookmarks