Gossamer Forum
Home : Gossamer Threads Inc. : Custom Modification Jobs :

Integrate template to glink3

Quote Reply
Integrate template to glink3
Hello all,

I am looking for someone to integrate my template to glink3.

My template is really simple. It just got header, leftsidebar and footer. Only header and leftsidebar contains 2-3 graphic.

The reason I want to ask someone to do it for me is it seems that I can't display the leftsidbar.

Please let me know if you are interested. Thanks.

Max
Quote Reply
Re: [maxbear] Integrate template to glink3 In reply to
It's pretty simple to show the left sidebar, just take a look at luna.css - there's an example in there that you can uncomment.

Adrian
Quote Reply
Re: [brewt] Integrate template to glink3 In reply to
Thanks.

What I see in the css is:

/* Show the left sidebar */
/*
#ocwrapper {
border-left-width: 200px;
}
#leftsidebar {
display: none;
}
#contentheader .error, #contentheader .message {
margin: 0px 200px 0px 200px;
}
*/

Is it already uncomment?
Quote Reply
Re: [brewt] Integrate template to glink3 In reply to
Oh thanks a lot. I got it.