Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 14

6apxatCurtisOdenestlf349141590tc74 +9 guests

forum width

what do i edit in the vanilla.css to make the entire forum length shortened?

Comments

  • Posts: 2,419
    Discussion topic says "width" your question refers to shortened "length"?
  • Posts: 812
    i guess that is what it would be

    i want to make it less wide


    i want to squeeze it and compress it

    am i not using the right words?
  • Posts: 2,419
    Well mate...
    Width = left to right
    Height = top to bottom

    At least that's how we do it down-under.
  • Posts: 649
    that's how we do it up-above too.
  • Posts: 812
    @wanderer i wanted to know left to right - width can we not modify that?
  • Posts: 649
    there are a few themes that accomplish this.
  • Posts: 248
    try with css: - add "width: 80%;" inside the body definition - change "position: absolute" to "position: relative" in the Session definition and it looks like a bit different ;)
  • Posts: 812
    oh ok thank you miquel i will try that
  • Posts: 812
    it kinda worked
    but not really
    it moved everything to the right
    how would i center it

    also
    i would like the bg image to still be there,
    right now it just makes it white

    any ideas?





    body {
    margin:0px;
    padding:0px;
    background:#fff url('bg.gif') center repeat-y;
    overflow-x: hidden;

    }
    body, div, table, td {
    font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
    font-size:12px;
    color:#333;
    }

    #Body {
    margin: 0 auto;
    width: 745px;
    padding:0px;
    }



    that is what i put and now it actually works centered, wonderful, except the background is still white with no image



    ==========
    edit
    ==========

    ok i got it to work

    i had another css file from a nuggets application,
    it was interfering with the code
    so now it works

    i am messing around with vanilla css
    it is really cool
    i dunno
    i might make a style

    that way i can contribute somethings to this site
  • Posts: 248
    Hamed well done, hehe, that's great!
  • Posts: 812
    thank you yeah i think i am gonna make a style maybe something blue or green
  • Posts: 812
    ok i get everything to work pretty good except in the settings page>extensions

    you know how there are little boxes, and if you want them enabled you check them
    their width is messed up
    what do i edit in the vanilla.css to edit that?
    thank you
  • Posts: 248
    i think is this: .Account { margin:0px !important; width:450px; } in vanilla.css (line 1019 in the default style) but if you have Nuggets enabled, then is overwritten by its own css --> nugget.css (line 1)
  • Posts: 812
    oh really?
    that might be it
This discussion has been closed.