Forum Replies Created

Viewing 1 replies (of 1 total)
  • dohko

    (@dohko)

    search in the style.css for this:
    #footer {
    padding: 0 0 0 1px;
    margin: 0 auto;
    width: 760px;
    clear: both;
    }

    and set padding to: padding: 0 0 0 0;

    and in the header.php search for this:

    #header { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }

    and set the second margin to: margin:0 0 0 0;

    i hope it helps

Viewing 1 replies (of 1 total)