Forums

[resolved] expand main body (2 posts)

  1. skinflint
    Member
    Posted 3 years ago #

    http://www.wotyougot.com/

    i want to get rid of my left sidebar and expand the main-body so it can fill the void of the left-sidebar ..

    how do i go about this ?

  2. stvwlf
    Member
    Posted 3 years ago #

    Hi

    In style.css find on line 165

    #left_sidebar {
    background:#306EFF;
    float:left;
    margin:0 0 20px 5px;
    width:210px;
    }

    add between the brackets
    display:none;

    same file, line 39, find

    #container {
    background:#FFFFFF;
    float:left;
    margin:0 10px 0 7px;
    padding:0 10px 10px;
    width:530px;
    }

    change the width from 530 to 740
    that does it

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.