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.

Help needed for 3 things (panel list, content width, page title)

edited July 2006 in Vanilla 1.0 Help
I'm working on customizing Vanilla's style sheet a bit, and there are three things I can't seem to figure out.

1) How can you delete the large title at the top of the page, without losing the space? I tried using   and that left me with a question mark for a title. I want to keep the vertical space in between the navigation tabs and the frame of my browser, but would like to get rid of the text title and go with a logo background I made.

2) Is there a way to reorder the items in the left panel? My current order is:

Start a new discussion
Who's Online
LiveSearch
Categories
Options
Discussion Filters
Notification

I'd like it to be:

Start a new discussion
Categories
LiveSearch
Options
Discussion Filters
Notification
Who's Online


3) And last but not least, I shrunk the width of the left column by 20px, and what that's left me with is all of the content to the right of it staying exactly where it was before, with a 20px wider gap in between it and the left panel. I'd like to tell the content that it's okay to use those extra twenty pixels to it's left. Don't be afraid content, categories, and settings pages, it won't bite you. Any idea how to do this?

Comments

  • Okay, fixed the title issue by going with a white background header image and just making the Header h1 white. The other two issues are still on the table if anyone might know the answers. Thanks.
  • The position of an extension is defined in the extension code so you could go there to change it. I've heard reports, though, that if you disable extensions and re enable them in the order you want them it works. I recon that'd depend if all extensions were set to the same position though. Give it a go. 3) I'm afraid i suck with css :(
  • edited July 2006
    3) Change this about line 244#Content { margin:0px 18px 0px 235px; }
    To #Content { margin:0px 18px 0px 215px; }
  • You're a livesaver WallPhone. Possibly a lime or cherry flavoured one. Thanks.
This discussion has been closed.