Customizing SMF > Graphics and Templates

Need help with two small problems

(1/1)

ChaosSpring:
Hello guys, first of all thanks for looking into my thread.

I'm currently having two small problems with my theme. The first one is this one:


And the second one is if i could change the color of these buttons:


If you know the solution, please leave a reply.

Thanks, Spring.

The Burglar!:
for your postbox in index.css


--- Code: (find) ---#quickReplyOptions form textarea
{
    height: 100px;
    margin: 0.25em 0 1em 0;
}

--- End code ---


--- Code: (replace) ---#quickReplyOptions form textarea
{
    height: 100px;
    width: 635px;
    max-width: 100%;
    min-width: 100%;
    margin: 0.25em 0 1em 0;
}
--- End code ---

ChaosSpring:

--- Quote from: The Burglar! on May 29, 2012, 09:55:59 AM ---for your postbox in index.css


--- Code: (find) ---#quickReplyOptions form textarea
{
    height: 100px;
    margin: 0.25em 0 1em 0;
}

--- End code ---


--- Code: (replace) ---#quickReplyOptions form textarea
{
    height: 100px;
    width: 635px;
    max-width: 100%;
    min-width: 100%;
    margin: 0.25em 0 1em 0;
}
--- End code ---

--- End quote ---

Thanks! Worked like a charm!

The other problem i fixed. If a moderator can, please lock this.

Navigation

[0] Message Index

Go to full version