[Solved] Help on the layout plz.

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
bdhamrait

[Solved] Help on the layout plz.

Post 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
Last edited by bdhamrait on Fri Jun 01, 2007 2:14 pm, edited 1 time in total.
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Help on the layout plz.

Post 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
bdhamrait

Re: Help on the layout plz.

Post 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
Locked

Return to “Layout and Design (CSS & HTML)”