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.
Style customization help
Hello, I recently installed a Vanilla forum at http://www.captainoccam.com/forum/ . I’m working on creating a custom style for the default theme, and there’s still a lot more for me to do (especially with the colors), but by now you should be able to see what sort of thing I have in mind.
I’d like for the “content†div to be a separate color from the rest of the page, with a border around it. On the main discussions page this looks fine, but if you go to some of the other pages such as http://www.captainoccam.com/forum/categories.php , the gray div box doesn’t extend all the way down the page. Is there something I can change in the theme to make this div always extend to the bottom of the page, regardless of how much space is taken up by the content in it?
0
This discussion has been closed.
Comments
<div id="ContentBody"> <ol id="Categories"> ... </ol> <div style="clear: both;"/> </div>
sorry that this isn't much help, if an "easy answer" exists to this, it'd be as welcome news here as any.