Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/06/2011, 19:59
Avatar de admoro
admoro
 
Fecha de Ingreso: agosto-2005
Ubicación: Prov. de Bs As. Argentina
Mensajes: 435
Antigüedad: 18 años, 7 meses
Puntos: 3
No logro modificar columnas css de wordpress

Hola foristas. Tengo un theme de wordpress en tres columnas. Quisiera agregar un nuevo espacio por sobre las dos no principales. Es decir Sidebar 1 y 2 de la portada y no lo logro. Les muestro:

Esto es lo que tengo actualmente



Y quiero llegar a lo siguiente:




Lo he intentado de varias formas, pero, me las manda a cualquier lado o me tira todo abajo de la primera...el css es el sigueinte: (Lo que figura como sidebar_A es el que cree)

Cita:
/* STRUCTURE ----------------------------------*/
#header {
overflow:hidden;
height:100px;
margin-top:10px;




}
#header-in {
width:960px;
height:100px;
border-top:1px solid #e2e2e2; border-right:1px solid #e2e2e2; border-left:1px solid #e2e2e2;
margin: 0 auto;
background:#FFFFFF;



}
#content-wrap {
width:960px;
margin:0 auto;
height:100%;
overflow:hidden;/*background:url(images/grid.png) repeat-y center;*/
border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;
background:#FFFFFF;


}
#content {
float:left;
width:500px;
margin-left:4px;
margin-bottom:8px;
margin-top: 6px;
border-right: 1px dashed #e2e2e2;
padding-right:2px;
background:#FFFFFF;




/* PAGINAS INTERNAS ----------------------------------*/


}
#contentB {
float:left;
width:590px;
margin-left:14px;
margin-bottom:8px;
border-right: 1px solid #e2e2e2;
background:#FFFFFF;


}
#sidebar_3 {
float:right;
width:350px;
overflow:hidden;
Border-left: 1px solid #e2e2e2;

/* PAGINAS INTERNAS HASTA ACÁ----------------------------------*/

}
.content-in {
float:left;
width:640px !important;



}
#sidebar_l {
float:left;
width:240px;
margin-left:2px;
margin-top: 6px;



}
#sidebar_r {
float:right;
width:210px;
overflow:hidden;
border-left: 1px solid #e2e2e2;
margin-bottom: 4px;
margin-top: 6px;


}
#sidebar_A {
float: left;
margin-left: 645px;
width:400px;
overflow:hidden;
margin-bottom: 10px;
height:auto;




}
#footer {
clear:both;
height:50px;
}
#footer-in {
width:960px;
margin:0 auto;
overflow:hidden;
padding:10px 0 0 0;
border-top:0px solid #e2e2e2;

}

Desde ya muchas gracias por su tiempo