Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 14

ChanuxCurtisOdenMaluchiTorbjorn +10 guests

How do you set the overall width of the theme?

This discussion is related to the Vanilla Default addon.
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

  • Posts: 129
    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)
  • Posts: 3
    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.