Small suggestion

Discussion in 'Admin Talk Support & Feedback' started by agent51, Jan 10, 2011.

  1. agent51

    agent51 Regular Member

    56
    3
    64
    I would like to see everything wider, if you like.
     
  2. Kaiser

    Kaiser Regular Member

    6,744
    1,132
    918
    You mean the width of the theme? I would change it but alot of people have smaller screens so it would be a problem for them as I tried it in the past.
     
  3. SpacewardAsh

    SpacewardAsh Lurking From Space

    211
    683
    818
    I usually like recommended widths of about a maximum of 850px but a width of 85% fluid width but I think the style as it is is rather nice and does not need changing.
     
  4. Kaiser

    Kaiser Regular Member

    6,744
    1,132
    918
    Yea I tried it in fluid, and it was all cramped for people with small screens, and when made its width fixed and larger, the people with the small screens had to scroll right and left to see everything. So thats why I have it set to this as its perfect for all screens.
     
  5. SpacewardAsh

    SpacewardAsh Lurking From Space

    211
    683
    818
    I solved that problem with this CSS code, that way everyone was happy.
    Code:
    min-width: 850px;
    width: 85%;
    I don't know where that would have to be placed on Xenforo styles though
     

Share This Page