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?
thanks!
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?
thanks!
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
Never mind :)
Have decided to cut my losses and just work with another theme.
Thanks again though.
This topic has been closed to new replies.