Jump to content

Desconfiguracion pantalla emergente


javiermaza

Recommended Posts

Javier, seguramente tengas un @media dentro del CSS global que hace alusión a ese cuadro o bien fuera de los width en tamaño medio y por eso se te descuadra.

 

Ejemplo:

@media(min-width: 766px and max-width: 1000px){

micss{

// Here your code

}

 

Entre 500 y 765 no existe un CSS

 

}

@media(max-width: 500px){

micss{

// Here your code

}

}

 

 

Revisa los CSS que te está cargando y si está cargando fíjate que el tamaño width esté presente (ya sea auto, o un tamaño en pixels proporcionado).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...