lms
Administrador
- Mensajes
- 7.741
- Puntuación de reacciones
- 2.163
- Puntos
- 2.613
- Sitio web
- xenfacil.com
- Versión de XenForo
- 2.1.x
- Página web
- Web
En la plantilla llamada ad_bannerMio.css, pones
Mira a ver.
Salud2
Insertar CODE, HTML o PHP:
#bannerMio { max-width: 468px; max-height: 60px;float:right; }
.bannerMio { width: 468px; height: 60px; }
<xen:if is="@enableResponsive">
@media(max-width: @maxResponsiveWideWidth) { #bannerMio { max-width:384;max-height:49px; }
#bannerMio img { max-width:384;max-height:49px; } }
@media(max-width: @maxResponsiveMediumWidth) { #bannerMio { max-width:200px; }
#bannerMio img { max-width:200px; } }
@media(max-width: @maxResponsiveNarrowWidth) { #bannerMio { max-width:115px; }
#bannerMio img { max-width:115px; } }
</xen:if>
Mira a ver.
Salud2