PHPBB3 Change width?

Discussion in 'phpBB' started by Stu--, Aug 19, 2009.

  1. #1
    I want to make my forums 960px instead of 100%, anyone know how to do this?

    I tried changing the wrap style in common.css but this didn't work.
     
    Stu--, Aug 19, 2009 IP
  2. ascensions

    ascensions Active Member

    Messages:
    175
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #2
    ACP -> Styles -> Theme -> EDIT

    Find the section labeled


    /* Main blocks
    ---------------------------------------- */

    and then change/add under that:

    width:960px;
     
    ascensions, Aug 19, 2009 IP
  3. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #3
    Which one are u using subsilver or prosilver
     
    Bohra, Aug 19, 2009 IP
  4. Stu--

    Stu-- Active Member

    Messages:
    355
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    53
    #4
    I'm using prosilver.

    I did the instructions above but you didn't mention that I have to edit the wrap style. Note I also removed the min-width parameter and set the margin left and right to auto in order to center it.

    #wrap {
    padding: 0 20px;
    width:960px;
    margin-left:auto;
    margin-right:auto;
    }
     
    Stu--, Aug 22, 2009 IP