borjaf Posted December 20, 2013 Share Posted December 20, 2013 (edited) La solución era un margin: 0 auto; hola, tengo la plantilla Marine Store Responsive y aunque reducir la "tienda" a width:1180px ha sido coser y cantar desde global.css, no logro centrarla y se empeña en quedar pegada a la izquierda. Parece tan simpe como un text-align: center; pero no hay manera. Asi está ahora mismo: /* ************************************************************************************************ GENERAL STYLE ************************************************************************************************ */ * { margin: 0; padding: 0; } ul, ol { list-style: none; margin: 0; } html { margin: 0; padding: 0; outline: 0!important; max-width: 1180px; } body { font: 13px/1.6 Arial, Helvetica, sans-serif, "Arial Black", Gadget, sans-serif; color: #7a7a7a; margin: 0; padding: 0; text-align: center; } body { min-width: 320px; position: relative; } Gracias de antemano Edited December 20, 2013 by borjaf (see edit history) Link to comment Share on other sites More sharing options...
ventura Posted December 20, 2013 Share Posted December 20, 2013 Creo que deberias tener margin: 0 auto 2 Link to comment Share on other sites More sharing options...
borjaf Posted December 20, 2013 Author Share Posted December 20, 2013 madre mia... tan simple como eso! Justo era la solución! muchisimas gracias Ventura! Link to comment Share on other sites More sharing options...
nadie Posted December 20, 2013 Share Posted December 20, 2013 Procedo a cerrar el tema, ya que he visto añadida la palabra "Solucionado" en el titulo del tema. Gracias a todos por colaborar con la Comunidad de Prestashop Link to comment Share on other sites More sharing options...
Recommended Posts