Page 1 of 1

[Solved] Help on the layout plz.

Posted: Fri Jun 01, 2007 3:40 am
by bdhamrait
How to change the layout in version 1.0.6 to have a CSS Menu top + 1 column. Can we modify the CSS Menu top + 2 column to show only 1.

I read a post that we have to deactivate a container, but how do we do that?

An early reply is deeply appreciated

Re: Help on the layout plz.

Posted: Fri Jun 01, 2007 5:09 am
by KO
Look for in your template:

   
     
        {content block='Sidebar'}
     
     
}

and remove that. Then edit stylesheet:

div#main {
  margin-left: 29%; /* delete this - this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
  margin-left: 20px; /* Or whatever you like - this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
  margin-right: 2%; /* and some air on the right */
}

I hope this helps you.

Br,  K

Re: Help on the layout plz.

Posted: Fri Jun 01, 2007 2:12 pm
by bdhamrait
Hi ,

Many many thanks for the speedy reply.

That resolved the issue that I want. It was editing the template and the stylesheet attached that did the trick.

Template - CSSMenu top + 2 Columns
Stylesheet Layout: Top Menu + 2 Columns

Once again thanks a zillion and more power to this script.

Balbir