Sandfield Posted October 12, 2013 Share Posted October 12, 2013 (edited) Necesito ayuda para corregir un problema de alineacion en las cuadriculas como podreis ver en las imagenes que dejo queda muy feo y me gustaria ajustarla para que se viese correctamente. Plantilla:PRS030072 WEB: http://netcombyte.es/index.php?controller=new-products Edited October 12, 2013 by Sandfield (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted October 12, 2013 Share Posted October 12, 2013 Por ejemplo a modo express, puedes ir a tu fichero: http://netcombyte.es/themes/PRS030072/css/product_list.css Buscar esto: ul#in_grid li { float: left; padding: 0; position: relative; text-align: center; vertical-align: top; width: 192px; border-bottom: 1px dotted #DDDDDD; border-right: 1px dotted #DDDDDD; } y añadir un height fijo tipo: ul#in_grid li { float: left; padding: 0; position: relative; text-align: center; vertical-align: top; width: 192px; border-bottom: 1px dotted #DDDDDD; border-right: 1px dotted #DDDDDD; height: 220px; overflow: hidden; } Y luego en el mismo fichero, buscar esto: #product_list li h3 { padding: 0; font-size: 13px; color: #000; margin-left: 15px; text-align: left; } y dejarlo asi: #product_list li h3 { padding: 0; font-size: 13px; color: #000; margin-left: 15px; text-align: left; height: 41px; overflow: hidden; } Link to comment Share on other sites More sharing options...
nadie Posted October 12, 2013 Share Posted October 12, 2013 ¿Como ha ido todo? Saludos, Link to comment Share on other sites More sharing options...
Sandfield Posted October 12, 2013 Author Share Posted October 12, 2013 Solucionado he tenido que ir jugando un poco para ajustarlo a su posicion correcta pero solucionado . Link to comment Share on other sites More sharing options...
nadie Posted October 12, 2013 Share Posted October 12, 2013 Solucionado he tenido que ir jugando un poco para ajustarlo a su posicion correcta pero solucionado . Perfecto ! PD: Cierro tema. Link to comment Share on other sites More sharing options...
Recommended Posts