Add max-width to forum css
#7
If you're using a browser which support Stylish (which I'm assuming you do, having FireBug installed) - link here for Stylish for Firefox.

Install Stylish, click on the icon, and select "Write a new style", and copy/paste the below code into the box it gives you.

Code:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("forum.xbmc.org") {

    #container {
        margin: 0 auto;
        padding-top: 3em;
        max-width: 900px;
    }
}
Reply


Messages In This Thread
Add max-width to forum css - by BartOtten - 2013-03-12, 14:13
RE: Add max-width to forum css - by Ned Scott - 2013-03-12, 16:36
RE: Add max-width to forum css - by BartOtten - 2013-03-13, 02:59
RE: Add max-width to forum css - by biocoder - 2013-03-15, 23:29
RE: Add max-width to forum css - by da-anda - 2013-03-12, 18:17
RE: Add max-width to forum css - by Ned Scott - 2013-03-13, 14:06
RE: Add max-width to forum css - by BartOtten - 2013-03-13, 17:43
RE: Add max-width to forum css - by ConfusedTA - 2013-03-13, 18:20
RE: Add max-width to forum css - by BartOtten - 2013-03-14, 20:05
RE: Add max-width to forum css - by Jezz_X - 2013-03-15, 10:54
RE: Add max-width to forum css - by BartOtten - 2013-03-15, 20:34
RE: Add max-width to forum css - by BartOtten - 2013-03-16, 17:02
RE: Add max-width to forum css - by da-anda - 2013-03-16, 17:07
RE: Add max-width to forum css - by BartOtten - 2013-03-16, 17:11
RE: Add max-width to forum css - by da-anda - 2013-03-16, 17:16
RE: Add max-width to forum css - by BartOtten - 2013-03-16, 17:54
RE: Add max-width to forum css - by ronie - 2013-03-17, 03:33
RE: Add max-width to forum css - by BartOtten - 2013-03-18, 15:14
Logout Mark Read Team Forum Stats Members Help
Add max-width to forum css0