Go to 'dashboard' and select 'layout' and then 'edit html'.
Scroll down until you get to the "#header-wrapper" section:
Change
- #header-wrapper {
width:890px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
- #header-wrapper {
width:890px;
margin:0 auto 0px;
border:0px solid $bordercolor;
- #header {
margin: 5px;
border: 1px solid $bordercolor;
text-align: center;
color:$pagetitlecolor;
- #header {
margin: 0px;
border: 0px solid $bordercolor;
text-align: center;
color:$pagetitlecolor;
Thank you! Very easy to use!
ReplyDelete