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.
Change width of page to fit AdSense banner
Chiprang
New
Hi all, Can you please provide tips on how to change the width of the default forum page so that we can perfectly fit AdSense Banner 728x90 in the homepage. I think this can be done by reducing the gap between the two columns but how to do this.
Help will be much appreciated.
Thanks
Help will be much appreciated.
Thanks
Tagged:
0
Best Answers
-
ddumont ✭✭I ended up making my own theme for this change, which modifies the base theme with the following css entries:
#Body {
width: 990px;
}
#Content {
width: 730px;
}
body.Profile #Content {
width: 730px;
margin: 0 0 40px 10px;
}There was an error rendering this rich post.
1 -
ddumont ✭✭if you're modifying the default css in vanilla, try putting it at the bottom of the css file
There was an error rendering this rich post.
1
Answers
There was an error rendering this rich post.
There was an error rendering this rich post.
There was an error rendering this rich post.
grep is your friend.