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 ?
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 ?
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
This topic has been closed to new replies.