Re: Quoi modifier pour agrandir une colonne
de Davilords » Sam 6 Mar 2010 19:36
salut il me semble que c'est dans ces lignes!
cela dépend aussi si tu as une ou deux colonnes, le cas si dessous et deux colonnes, bref modifier le coté ritgh ou left suivant ton design !
Fais une recherche avec notepad++ pou ton bloc note.
/* MENU */
#left {
float:left;
width:160px;
margin:2px;
padding:0;
}
#right {
float:right;
width:160px;
margin:2px;
padding:0;
}
mais aussi
/* MENU LEFT, RIGHT */
.menuleft {
float:left;
width:160px;
margin:7px 0 0 0;
padding:0;
background:url("../images/bg_menu_r_l.gif") left repeat-y transparent;
}
.menuright {
float:left;
width:160px;
margin:7px 0 0 0;
padding:0;
background:url("../images/bg_menu_r_l.gif") left repeat-y transparent;
}
mais aussi ta colonne centrale:
/* CENTRAL PAGE */
#middle {
margin:0;
margin-right:160px;
margin-left:160px;
background:#ffffff;
}
.column_in {
float:left;
width:655px;
margin:0;
padding:7px;
margin-bottom:7px;
border:0px #DEBA84 solid;
background:transparent;
}
voila, test en local et fait une sauvegarde de ton fichier css avant c'est toujours utile !