Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding a right sidebar at front page

Try something like:

#front-page #discussions {

margin-left: 170px;

margin-right: -20px;

width: 420px;

}

#front-page #rightbar {

margin-left: 590px;

width: 150px;

margin-right: -20px;

}

I haven’t tested this, but it would be easier to just keep moving them to the right I think.

Trent

Skip to toolbar