Where can I fix the space of the left or right bars ?
Hello (x2) in the left bar, I've change the space value of a div to 160 pixel : <div class="left" style="width: 160px">. But I don't know how to change the space of the bar but now the div is cut. Regards -- Xavier MOGHRABI - Consortium ObjectWeb Email: xavier.moghrabi at objectweb.org Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau
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
participants (1)
-
Xavier MOGHRABI