Utilize the maximum space of Blog

Discussion in 'HTML & Website Design' started by jenyhil, Jun 14, 2010.

  1. #1
    I have created a new healthcare blog on blogspot.com If any one know how to utilize the left and right space. I want utilize the maximum space. If any one knows that please help me.
    Thanks in advance.
     
    jenyhil, Jun 14, 2010 IP
  2. Summer Cart

    Summer Cart Guest

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can do that using CSS. Open blogspot html editor and find these lines. Increase the values which are in bold.

    #content {
    width:660px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
    #main {
    width:410px;
    float:left;
    }
    #sidebar {
    width:220px;
    float:right;
    }
     
    Summer Cart, Jun 14, 2010 IP