Hello and welcome to our community! Is this your first visit?
Register

Results 1 to 3 of 3

Thread: Minimum width

  1. #1
    WTF Groupie Array
    Join Date
    Sep 2011
    Posts
    105
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Minimum width

    Hi,

    I have a 1024 x 668 resolution screen and I sometimes struggle with the forum being a bit too wide. Is it possible for you to reduce it so that it fits my screen?

    I think changing this in the CSS would make it better for me.
    FROM:
    Code:
    body {
    width: auto;
    min-width: 990px;
    max-width: auto;
    margin: 0px 50px 0px 50px;
    font-size: 12px;
    color: #5D5D5D;
    line-height: 1.230;
    }
    TO:
    Code:
    body {
    width: auto;
    min-width: auto;
    max-width: auto;
    margin: 0px 50px 0px 25px;
    font-size: 12px;
    color: #5D5D5D;
    line-height: 1.230;}
    Or something along these lines. I would really appreciate it!
    Last edited by Jordan; 02-17-2012 at 02:08 PM.

  2. #2
    Administrator Array
    Join Date
    Jan 2010
    Posts
    4,868
    Blog Entries
    96
    Thanks
    236
    Thanked 230 Times in 151 Posts


    I like your suggestion and the changes look good at your resolution (except for that frickin ad that is now off the screen, but this is another matter). You should see these changes go into effect soon.

  3. #3
    WTF Groupie Array
    Join Date
    Sep 2011
    Posts
    105
    Thanks
    0
    Thanked 0 Times in 0 Posts


    Wow! Thanks Jordan. I was surprised to come here first thing in the morning and see a change in the forum! Thanks a lot!


 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •