Forums

[resolved] How to widen the body of the blog posts? (2 posts)

  1. SlikVik
    Member
    Posted 1 year ago #

    I am trying to widen the body of the posts on http://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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    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;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic