Ok, great! But where do I remove this extra div? In styel and edit header area I have
Code:
<div id="header-wrap">
%image %bar1 %pages
</div>
In the CSS inserts I have
Code:
#header-wrap {
position: fixed;
width: 900px;
top: 0px;
align: center;
}
Thanks!