Jump to content

SOLUCIONADO: Catalogo descuadrado


Recommended Posts

Buenas tardes,

 

He empezado a dar de alta los productos de mi tienda tras instalar la correspondiente plantilla, y por mas que miro en la configuración de la plantilla y del catálogo no consigo ver el motivo por el cual me aparecen "huecos" donde debería aparcer productos.

 

A continuación os dejo un link para que lo veais. Como podréis comprobar, en la segunda fila de productos, aparecen 3 "huecos" vacios.

 

http://dadivas.es/es/5-zapatos-para-bebe

 

 

Un saludo,

Edited by Dadivas (see edit history)
Link to comment
Share on other sites


#product_list li h3 {

padding: 0 0px 5px 0px;

font-size: 13px;

color: #000;

height: 40px;

overflow: hidden;

}

 

ul#in_grid li {

border-bottom: 1px solid #EEEEEE;

border-right: 1px solid #EEEEEE;

float: left;

margin-bottom: 0px;

margin-right: 0;

padding: 0 7px 5px;

position: relative;

text-align: center;

vertical-align: top;

width: 168px;

height: 230px;

overflow: hidden;

}


http://dadivas.es/themes/_PRS040086/css/product_list.css

Link to comment
Share on other sites

#product_list li h3 {
padding: 0 0px 5px 0px;
font-size: 13px;
color: #000;
height: 40px;
overflow: hidden;
}

ul#in_grid li {
border-bottom: 1px solid #EEEEEE;
border-right: 1px solid #EEEEEE;
float: left;
margin-bottom: 0px;
margin-right: 0;
padding: 0 7px 5px;
position: relative;
text-align: center;
vertical-align: top;
width: 168px;
height: 230px;
overflow: hidden;
}
http://dadivas.es/themes/_PRS040086/css/product_list.css

Muchas gracias Sergio, ha quedado perfecto!!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...