ErickClock Posted March 4, 2013 Share Posted March 4, 2013 (edited) Hola amigos, les cuento mi problema. Al tener el carrito vacío sin ningún producto, la página se ve bien, sin ningún problema. Pero cuando uno agrega un prodcuto al carrito, este se deforma dejando un espacio en blanco entre el header y el menú horizontal (esto solo pasa en chrome). ahora, lo extraño es que este problema surge solo con Chrome (lo he probado en dos pc distintos), en firefox, safari, internet explorer no pasa este problema. Les dejo una foto con un ejemplo real de lo que pasa. De ante mano muchas gracias!!! Edited March 4, 2013 by ErickClock (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted March 4, 2013 Share Posted March 4, 2013 ¿Puede usted proporcionar la url de su tienda, para ver el problema en directo? Link to comment Share on other sites More sharing options...
ErickClock Posted March 4, 2013 Author Share Posted March 4, 2013 Hola Nadie, te dejo el link www.geekmania.cl Link to comment Share on other sites More sharing options...
Bruna BSPCU Posted March 4, 2013 Share Posted March 4, 2013 It is a Css problem. Open the file modules/blockuserinfo/blockuserinfo.css. In the line 3, inside: #header_right #header_user add this position:absolute. And then fix the margin-top wherever you want the block to stay and margin-left too. It will look like this: #header_right #header_user { clear: both; float: right; margin-left: 40px; margin-top: 170px; position: absolute; width: 535px; } Works? Link to comment Share on other sites More sharing options...
ErickClock Posted March 4, 2013 Author Share Posted March 4, 2013 Hi, Bruna THNKS!! Its works but I have a little problem with "Login and account" only Chrome. attached photo. Link to comment Share on other sites More sharing options...
ErickClock Posted March 4, 2013 Author Share Posted March 4, 2013 (edited) GRACIAS!! ya esta arreglado, para el login agregue las mismas lineas que me indico Bruna BSPCU, quedo todo centrado y no tira ningún problema bajo Chrome. Thank you BRUNA!!! Las lineas de blockuserinfo.css quedo así: /* block top user information */ #header_right #header_user { clear:both; float: right; margin-left:75px; margin-top:168px; position: absolute; width: 535px; /* user infos */ #header_user_info { clear:both; float:right; margin-left:382px; margin-top:49px; position: absolute; padding:0; font-size:12px Edited March 4, 2013 by ErickClock (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted March 4, 2013 Share Posted March 4, 2013 Estimado ErickClock, Si das el tema como solucionado, edita el titulo del tema, editando el primer mensaje, pulsando en editar, y después en "Usar editor completo", añadiendo la palabra "Solucionado" al titulo, esto ayudara, a mantener una mayor organización en el foro. Link to comment Share on other sites More sharing options...
Bruna BSPCU Posted March 4, 2013 Share Posted March 4, 2013 Your welcome Erick!!!! Link to comment Share on other sites More sharing options...
Recommended Posts