Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Vanilla theme

My vanilla forum's theme is not correctly arranged. How can I can fix it?

Comments

  • Options
    LincLinc Detroit Admin
    edited April 2014

    You need a working knowledge of HTML and CSS to create a Vanilla theme. This looks like basic CSS issues. If this is a 2.0 theme you downloaded and your issue came after a 2.1 upgrade, it looks like you'd need to talk to the theme's author about making a 2.1-compatible version. You'll need to revert to Baseline in the meantime.

  • Options
    AdrianAdrian Wandering Spirit Montreal MVP

    You can add

    #Body .ContentColumn { margin: 0 !important; }

    to your custom.css for the theme and it should work.

  • Options
    AdrianAdrian Wandering Spirit Montreal MVP

    I'd recommend you spend some time on w3schools to learn CSS http://www.w3schools.com/css/ and employ a tool like Chrome developer tools or Firebug in Mozilla.

    Good luck :)

  • Options

    I can't fix. Finally I install vanilla previous version

Sign In or Register to comment.