Skip to main content
August 11, 2009
Question

Forum width 80%

  • August 11, 2009
  • 1 reply
  • 4548 views

please allow the forum to resize in width.

    This topic has been closed for replies.

    1 reply

    Phillip M  Jones
    Inspiring
    August 11, 2009

    in a ascii Text editing application creat a Blank userContent.css File Save.

    then reopen and paste the following:

    #jive-wrapper {

    width:100% !important;

    background-color: #ffffff !important;

    background-image: none !important;

    }

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

    @-moz-document domain("forums.adobe.com") {
      body {
        font-family: Verdana,Arial,Helvetica,sans-serif !important;
      }
    }

    Save and place in Profile directory> Chrome directory for FireFox and SeMonkey.

    For Opera, iCab, OmniWeb, Safari simiply put in a directory on Drive and go to the css section of Browser and browse to this file to add.

    Quit Browser and restart. now go to adobe forums.

    Thhis style sheet allow for 100% width, and sets font to use Verdana which is the prefered Font to use, when posting.

    NOTE: I am not a Code Jockey. This information is courtsey of some nice people in the Adobe > Forums > discussion area.

    Then Only thing I take creadit for is for combining two CSS item in one Style Sheet.

    August 11, 2009

    thanks for your fast reply. i already had a stylish script for such code like yours prepared.

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

    @-moz-document domain("forums.adobe.com") {

    @charset "utf-8";
    /* CSS Document */

    #jive-wrapper {
        width:80% !important;
        background-color: #ffffff !important;
        background-image: none !important;
        margin-right: 10% !important;
        margin-left: 10% !important;
    }

    }

    Adobe forums 80% | userstyles.org
    http://userstyles.org/styles/20142

    Phillip M  Jones
    Inspiring
    August 12, 2009

    The problem with stylish were two things:

    every time I updated SeaMonkey or FireFox I was: 1 - having to reinstall Stylish, and 2 - reinstall the the Code, (which apparently for me was a one shot deal).

    Doing this way, I don't have to worry about Stylish; and, it works with Safari, SeaMonkey, FireFox, OmniWeb, Opera, and iCab.

    And it might work with IE (on Windows machines).