• I am trying to widen the body of the posts on https://www.sqsaparade.com, so they fill the entire page. Right now, if you visit the page, you can see that there is a bunch of white space on the right-hand side. Can someone please tell me how to do this?

    Thanks.

    -Viktors Bariss

Viewing 1 replies (of 1 total)
  • Edit style.css and change:

    postareaindex  {
    float:left;
    margin:0 auto;
    padding:10px;
    width:500px;
    }
    #indexentry {
    width:480px;
    }

    to:

    postareaindex  {
    float:left;
    margin:0 auto;
    padding:10px;
    width:760px;
    }
    #indexentry {
    width:740px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to widen the body of the blog posts?’ is closed to new replies.