Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Right Sidebar Problems

Quote Reply
Right Sidebar Problems
This is a two part question:

(1) I need to remove the right side bar from the Add Link page. I have used the following code from the Luna.CSS file (without the comments) on the Add.html template but it has had no effect:

/* Hide the right sidebar */
/*
#ocwrapper {
border-right-width: 0px;
}
#rightsidebar {
display: none;
}
#contentheader .error, #contentheader .message {
margin: 0px;
}
*/

The right sidebar remains on the page. I also need to center the submit form on the page.

(2) I plan on selling ad space in the right sidebar. I would like to customize the right sidebar on each page so that advertisers are able to choose a spot on a relevant page. How would I do this?

Any help will be appreciated. Thanks!

Leesa