Quote:
Originally Posted by cflsystems
Yes you need to remove/comment out the right column section from home.tpl but you also need to adjust the css styles for the central section and delete the right margin/padding that is there for the right column
|
I removed this from main.css
#right-bar {
float: right;
right: 7px;
position: relative;
width: 158px;
}
and I edited the center section to widen it
#center-main {
width: 590px;
margin: 0px 185px 0px 177px;
overflow: hidden;
position: relative;
}
But the blank column space is still there. Am I missing something else?