VBPartners
03-17-2010, 10:12 PM
On sterlingelite dot com, i removed the left sidebar.
I need to be able to move the content/text over to the right.
Is there something else that i need to remove? or consolidate?
In the style.css, the only sidebar coding is:
.sidebar-wrap {
width: 1px;
padding: 0;
margin:0 auto;
overflow:hidden;
float:left;
clear:none;
}
.sidebar {
width:100%;
clear:none;
}
I've tried to reduce the % of the width, but no luck.
Any other suggestions?
Just need to move the content in the 'body' to the left to make up for removing the sidebar.
thanks
I need to be able to move the content/text over to the right.
Is there something else that i need to remove? or consolidate?
In the style.css, the only sidebar coding is:
.sidebar-wrap {
width: 1px;
padding: 0;
margin:0 auto;
overflow:hidden;
float:left;
clear:none;
}
.sidebar {
width:100%;
clear:none;
}
I've tried to reduce the % of the width, but no luck.
Any other suggestions?
Just need to move the content in the 'body' to the left to make up for removing the sidebar.
thanks