We have 249 guests online

How to remove border lines behind header

Those lines around or behind your banner can be really annoying!  It is super easy to remove those lines.  Click on 'edit html' on your layout page.  Find this part of the code.  In the two separate parts change the 1 px you see next to "border:" to 0px.  Preview and save it:)

#header-wrapper {

  width:860px;

  margin:0 auto 10px;

  border:0px solid $bordercolor;

  }
 #header-inner {

  background-position: center;

  margin-left: auto;

  margin-right: auto;

}
  #header {

  margin: 5px;

  border: 0px solid $bordercolor;

  text-align: center;