View Single Post
  #3  
Old 11-20-2009, 07:01 PM
 
MattGS MattGS is offline
 

Member
  
Join Date: Nov 2009
Posts: 15
 

Default Re: Removing the right column...frustrating

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?
__________________
4.3.0
Reply With Quote