• Resolved dxbgirl

    (@dxbgirl)


    Hi there,
    i’ve been googling an answer for those 2 issues concerning my blog theme but to no avail.

    this is my blog ==> http://dxb-girl.com/blog

    1) why do my entries appear messed up on the single post page? (test by clicking onto comments/no comments).. the post along with the comments appear indented to the left, i can’t seem to find the CSS code associated with this.

    2) Although the background and my header are perfectly the same size, they are still not 100% aligned together (check this image, notice the 1px difference —> http://dxb-girl.com/blog/wp-content/uploads/2009/09/Picture-3.png )

    I’d appreciate any help =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. Try editing single.php and replacing <div id="content" class="widecolumn" role="main"> with <div id="content" class="narrowcolumn" role="main">

    2. Try editing style.css and replacing:

    #header {
    background-color:#73A0C5;
    margin:0 0 0 1px;
    padding:0;
    width:880px;
    }

    with:

    #header {
    background-color:#73A0C5;
    margin:0;
    padding:0;
    width:880px;
    }
    Thread Starter dxbgirl

    (@dxbgirl)

    esmi, ehhemmm, i realized how silly i was not to notice the 1px in the header’s margin hehe.. Thanks a million =)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Single post page messed up?’ is closed to new replies.