How do I change the width of my blogger blog?

Discussion in 'Blogging' started by Elljay, Oct 22, 2008.

  1. #1
    Well I think my title explains it all but is there anyway I can change the width of my blogger blog as it is quite 'skinny'

    Thanks
    Jacqui x
     
    Elljay, Oct 22, 2008 IP
  2. GuardianAngel

    GuardianAngel Active Member

    Messages:
    624
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    58
    #2
    I don't think so. I think it is by default and no one can change it except the owner. I am not so sure, though. This is the reason why I changed the templates of my blogspot blogs.

    But I suggest you check out Blogger Buster. Maybe you can find your answers there.

    Good luck!
     
    GuardianAngel, Oct 22, 2008 IP
  3. anshul555

    anshul555 Active Member

    Messages:
    140
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    #main-wrapper {
    margin-$startSide: 12%;
    width: 43%;
    float: $startSide;
    display: inline; /* fix for doubling margin in IE */
    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
    overflow: hidden;

    Find these codes change the starside in red as you want which is gap between your main blogger post wrapper from left.

    And in red is width to adjust the width of your blogger post section.

    Now for sidewrapper find thi codes and do same as above

    #sidebar-wrapper {
    background: #C3D9FF;
    padding-left: 10px;
    margin-$endSide: 11%;
    width: 32%;
    float: $endSide;
    display: inline; /* fix for doubling margin in IE */
    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
    overflow: hidden;

    This is uncustomized template if it is customized you will find different coding but find main wrapper and side wrapper you will be able to find the width of that.
     
    anshul555, Oct 22, 2008 IP