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
[Solved] Help on the layout plz.
[Solved] Help on the layout plz.
Last edited by bdhamrait on Fri Jun 01, 2007 2:14 pm, edited 1 time in total.
Re: Help on the layout plz.
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
{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.
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
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