Results 1 to 6 of 6
  1. #1
    Player
    Kennocha's Avatar
    Join Date
    Mar 2011
    Posts
    5
    Character
    Kennocha Loring
    World
    Balmung
    Main Class
    Bard Lv 70

    Forums not center aligned (Fix inside)

    I got incredibly irritated at the center align issue of these new forums. So here are the fix's you need to add to center it. There are addons that you may use to do this manually, but my hope is SE implements them seeing as it takes less than 5 seconds.

    html {
    background:#95948f url(images/fourteenb/doc_bg.jpg) repeat-y ;
    }

    Needs to be:

    html {
    background:#95948f url(images/fourteenb/doc_bg.jpg) repeat-y ;
    background-position:top center;
    }

    And:

    body {
    width:910px;
    min-width:650px;
    max-width:auto;
    margin: 38px 0px 0px 57px;
    font-size:13px;
    color:#3e3e3e;
    line-height:1.230;
    }

    Needs to be:

    body {
    width:910px;
    min-width:650px;
    max-width:auto;
    margin: 38px 0px 0px 57px;
    font-size:13px;
    color:#3e3e3e;
    line-height:1.230;
    margin-left: auto;
    margin-right: auto;
    }

    Tested in Chrome 10.

    Hope you can implement these changes
    (0)

  2. #2
    Player
    Kennocha's Avatar
    Join Date
    Mar 2011
    Posts
    5
    Character
    Kennocha Loring
    World
    Balmung
    Main Class
    Bard Lv 70
    As a quick update, in chrome I was able to apply this using https://chrome.google.com/extensions...oegfcffe?hl=en

    Hope it helps someone
    (0)

  3. #3
    Player
    Rhianu's Avatar
    Join Date
    Mar 2011
    Location
    Limsa Lominsa
    Posts
    464
    Character
    Rhianu Esparta
    World
    Gilgamesh
    Main Class
    Marauder Lv 52
    I'm trying to get this to work using the Stylish plugin for Firefox, but I can't figure out how to do it.
    (0)
    ( ◕ ‿‿ ◕ )

  4. #4
    Player
    Calandra's Avatar
    Join Date
    Mar 2011
    Location
    Ul'dah
    Posts
    38
    Character
    Calandra Atlantia
    World
    Hyperion
    Main Class
    Pugilist Lv 50
    Actually, it would be even better if they didn't use a fixed width format. It's easy enough to set up things with a minimum width that scales to whatever. Using a fixed width format is easier, but it makes assumptions about the viewer's hardware and settings.
    (0)

  5. #5
    Player
    Kennocha's Avatar
    Join Date
    Mar 2011
    Posts
    5
    Character
    Kennocha Loring
    World
    Balmung
    Main Class
    Bard Lv 70
    As an update, if you use stylish you can just install it by using this link:

    http://userstyles.org/styles/45016/s...g?r=1299692012
    (0)

  6. #6
    Player
    Rhianu's Avatar
    Join Date
    Mar 2011
    Location
    Limsa Lominsa
    Posts
    464
    Character
    Rhianu Esparta
    World
    Gilgamesh
    Main Class
    Marauder Lv 52
    ^I'm honestly not seeing any difference at all after installing that.
    (0)
    ( ◕ ‿‿ ◕ )