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)
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?
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?
0
This discussion has been closed.
Comments
#Content { margin:0px 18px 0px 235px; }
To
#Content { margin:0px 18px 0px 215px; }