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.

How do you set the overall width of the theme?

edited March 2011 in Vanilla 2.0 - 2.8
I'm trying to install a leaderboard 728 pixel wide banner at the top of the content area and I need to expand the width a little for it to fit. Can't find a width setting anywhere. Please help, many thanks!
Tagged:

Comments

  • ntuyelikntuyelik New
    edited March 2011
    Look for below code in /applications/dashboard/style.css ;

    #Content { float: left; width: 695px; margin: 0 0 40px;

    Change 695px to a custom value (695px is for my custom setting)
  • Thanks! Found that finally, but now I've broken other things. Where is the setting to control the position of the voting widget on the left? Now it is overlapping the wider content area. Also, where do you control the width of the header, eg, where the Search input renders? Thanks for your help!

    ~m
Sign In or Register to comment.