To do that I modified the file : skins/default/layout.css in the webapps
directory.
I've changed the valued of "margin-left" of col-b and col-c ids and the
value
of "width" of the sidecol class.
I need to change the value "padding" of columns id.
I have a file like this :
...
#col-b {
float: left;
margin-left: -16em;
z-index: 10; /* [3] */
}
#col-b[id] { /* [2] */
margin-right: 1px;
}
#col-c {
float: right;
margin-right: -16em;
z-index: 0; /* [3] */
}
...
.show-all #columns {
padding: 0 16em;
}
.hide-left #columns {
padding: 0 16em 0 0;
}
.hide-right #columns {
padding: 0 0 0 16em;
}
...
.sidecol {
width: 16em;
overflow: hidden;
position: relative;
}
Regards
--
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at
objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau