To insert code use <code>...</code>.
Left-margin on blog index content
  • I use a static page for my blog index page and a right-sidebar layout for both the blog index and blog single posts.

    There is a lot more space to the left of the posts on the index page compared to the individual posts. I want the index page to match the same dimensions as the single posts.

    I have tried every imaginable CSS setting and can't get the content on the index page to move to the left...please help.


    view my blog at http://www.thehumaninstinct.com/humansbeing

    compare that page's left space with that of any individual post and you'll see what i am talking about.

    Rob
  • 1 Comment sorted by
  • Hi Rob,

    It would have been nice if you had added the code you already tried.

    If i look at you page and adjust the code below it works.

    So maybe you can try to adjust these? If they do not work add the !important statement between the 10px and the ;


    #main .content {
    margin-left: 10px;
    }

    .page #main {
    padding-left: 10px;
    }

    #main .entry {
    margin-left: 10px;
    }



    Best regards,
    BackuPs