Jump to content

(SOLUCIONADO) Productos destacados descuadrado


Recommended Posts

Deja siempre la dirección de tu web, por que aunque yo la sepa de otros post tuyos otros no la saben.

 

En fin viendo que esta: http://netcombyte.es/index.php es tu web.

 

Fichero:

http://netcombyte.es/themes/PRS030072/css/modules/homefeatured/homefeatured.css

Busca esto:

#featured-products_block_center li {
	/*margin-right:10px;*/
	padding:10px 0;
	width:195px;
	/*margin-bottom:10px;*/
	
}

Y dejalo asi:

#featured-products_block_center li {
	/*margin-right:10px;*/
	padding:10px 0;
	width:195px;
	/*margin-bottom:10px;*/
        height:194px;
	
}

Despues, en el mismo fichero, busca esto:

#featured-products_block_center h5 {
	padding-top:5px;
	font-weight:normal;
	font-size:12px;
	color:#222;
	text-align:left;
	padding-left:15px;
}

Y dejalo asi:

#featured-products_block_center h5 {
padding-top: 5px;
font-weight: normal;
font-size: 12px;
color: #222;
text-align: left;
padding-left: 15px;
height: 33px;
overflow: hidden;
}
  • Like 1
Link to comment
Share on other sites

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