Jump to content

Ayuda Porfavor! Deformación De Header Y Menú Horizontal. (Solucionado)


ErickClock

Recommended Posts

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.

 

ayuda.png

 

De ante mano muchas gracias!!!

Edited by ErickClock (see edit history)
Link to comment
Share on other sites

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

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 by ErickClock (see edit history)
Link to comment
Share on other sites

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

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