News:

Wondering if this will always be free?  See why free is better.

Main Menu

Text Box size for quick reply

Started by colour, June 13, 2011, 05:38:38 PM

Previous topic - Next topic

colour

Ok so after upgrading the text box size for quick replies on my custom theme went out of wack and now stretches across the whole page so how would I fix this?

link

www.myfreshgames.info
I provide limited support as I am just as clueless as you.

Dzonny

Hello there.

Please at first clear all your browser cache and try to reload page to see if there is any changes.
If problem still stays, plase read this topic:
http://www.simplemachines.org/community/index.php?topic=437428.0

Regards.

Antechinus

The specific change for that is:

#quickReplyOptions form textarea
{
    height: 100px;
    margin: 0.25em 0 1em 0;
}


change to

#quickReplyOptions form textarea
{
    height: 100px;
    width: 635px;
    max-width: 100%;
    min-width: 100%;
    margin: 0.25em 0 1em 0;
}


But really all the code needs to be updated for best performance.

Advertisement: