Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
forum width
what do i edit in the vanilla.css to make the entire forum length shortened?
0
This discussion has been closed.
Comments
i want to make it less wide
i want to squeeze it and compress it
am i not using the right words?
Width = left to right
Height = top to bottom
At least that's how we do it down-under.
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
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
that might be it