#message_new {
width:100% !important;
}
#message_new {
width:100% !important;
height: 100% !important;
}
(26 Nov, 2012, 5:32 pm)bender escribió: creo que eso es un problema con los ROWS
hay varios temas en el foro soporte pidiendo ayuda sobre eso mismo...
lo otro que puedes hacer es ir a ACP> Estilos y plantillas > Estilos > "tu tema" > Global.css > (pestaña) Editar en modo avanzado ...
y buscas
Código:#message_new {
width:100% !important;
}
y le agregar height: 100% !important;
te quedaria asi
Código:#message_new {
width:100% !important;
height: 100% !important;
}