Jump to content

SOLUCIONADO Bloque Specials - Página descuadrada


macalic

Recommended Posts

Fichero:

http://www.dwappo.com/themes/default/css/product_list.css

Intenta lo siguiente:

 

Busca esto:

	#product_list li h3 {
		padding:0 0 10px 0;
		font-size:13px;
		color:#000
	}

Y dejalo asi:

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

(Atención, no te comas los ";") (Pegalo tal como te he dicho, haz el cambiazo xD)

Link to comment
Share on other sites

Gracias, ya está arreglado. ¿A qué te refieres con este último comentario?

También te sugiero meterle al

#product_list li

un height fijo y un overflow:hidden.

 

A añadir lo mismo en la sección #product_list li?

height: 28px;
overflow: hidden;

Link to comment
Share on other sites

A cambiar esto:

#product_list li {
text-align: center;
float: left;
width: 142px;
padding: 16px;
margin-bottom: 14px;
margin-right: 20px;
background-color: #ffffff
}

por algo asi:

#product_list li {
text-align: center;
float: left;
width: 142px;
padding: 16px;
margin-bottom: 14px;
margin-right: 20px;
background-color: #ffffff;
height:207px;
overflow:hidden;
}
Link to comment
Share on other sites

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