Jump to content

[Solucionado] Error productos destacados - Plantilla freedesign


Recommended Posts

El problema es que no me salen bien cuadrados, la primera linea si pero después no, aqui dejo el enlace: www.distancia.es

 

 

Gracias y un saludo

 

Estoy viendo tu web, en tu fichero:

http://distancia.es/themes/freedesign/css/global.css

Veo que tienes esto:

#featured-products_block_center li {
	margin-right:10px;
	width:180px;
	height:auto
}

Dejalo por ejemplo asi:

#featured-products_block_center li {
	margin-right:10px;
	width:180px;
	height:255px;
}

Veo tambien que tienes esto: (en el mismo fichero)

#featured-products_block_center .s_title_block, #featured-products_block_center h5 {
padding-top: 8px;
font-size: 12px;
color: #222;
padding-bottom: 5px;
font-weight: bold;
text-align: center;
}

Dejalo por ejemplo asi:

#featured-products_block_center .s_title_block, #featured-products_block_center h5 {
padding-top: 8px;
font-size: 12px;
color: #222;
padding-bottom: 5px;
font-weight: bold;
text-align: center;
height: 30px;
overflow: hidden;
}
Link to comment
Share on other sites

Gracias voy a probarlo y te comento.

 

 

edito: perfecto, muchas gracias de nuevo.

 

Un placer ayudarte y servirte !

 

Como comentas que te ha funcionado, te añado la palabra "Solucionado" el titulo del tema y procedo a cerrar el tema.

 

Saludos,

Link to comment
Share on other sites

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