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.

Google Adsense 728 X 90 ad Leaderboard

ProsperProsper ✭✭
edited January 2012 in Vanilla 2.0 - 2.8

Please can some help me fix the problem of resizing the content width of my forum home page [naijanetwork.com] (www.naijanetwork.com) to fit Google Adsense 728 X 90 leaderboard. I have already applied the solution [vanillaforums.org/discussion/18666] already on the issue by ended up pushing the side-panel down. I will appreciate your answers?

Tagged:

Best Answer

  • ddumontddumont ✭✭
    Answer ✓

    I've made a custom theme based off the original that has the following css:

    #Body {
      width: 990px;
    }
    
    #Content {
      width: 730px;
    }
    
    body.Profile #Content {
      width: 730px;
      margin: 0 0 40px 10px;
    }
    

    There was an error rendering this rich post.

Answers

Sign In or Register to comment.