Forums

[resolved] Widening text area of content (3 posts)

  1. hannahpt
    Member
    Posted 2 years ago #

    My site is amotherinisrael.com. I'm trying to widen the text in the main content area so there will be less white space between the text and the sidebar.

    #main {margin : 0 auto;padding:10px 0px 0px 0px;}
    
    #left-column {width : 500px;float : left;padding-left:40px;}
    #left-column ul {padding:0;margin:0 0 0 30px;}
    #left-column ol {padding:0;margin:0 0 0 30px;}
    
    .postmeta {border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;background:#f5f5f5;padding:3px 5px;color:#777}
    
    #right-column {width : 300px;float : right;min-height: 600px}

    When I change the values of the width and padding in #left-column, nothing seems to happen. Suggestions appreciated.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    style.css:

    #left-column {
    float:left;
    padding-left:40px;
    width:500px;
    }

    Adjust the width value to suit.

  3. hannahpt
    Member
    Posted 2 years ago #

    Thanks, that worked.

Topic Closed

This topic has been closed to new replies.

About this Topic