MyBB Community Forums

Full Version: Affiliates problem too wide
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello i have a bit of a problem i changed my theme and put everything back as i could.The only thing thats out of place is my affiliates section at the bottom its too wide as you can see.Is there any way of fixing this thanks so it lines up with my forum

http://www.handheldgaming.org
are you using plugin for it or manual code ? in either case you have to try finding the template code and fix the width.
Just need to style the table. Add this code to the table

style="width: 909px; margin: 0 auto;"

So it should go from this:

<table border="0" cellspacing="1" cellpadding="4" class="tborder">

to this

<table border="0" cellspacing="1" cellpadding="4" class="tborder" style="width: 909px; margin: 0 auto;">
Ok thanks but witch template is this in so i can fix it
^ are you using affiliatemanager plugin ?
Yes im using Forum Affiliates Manager (1.1) now it was ok with my other theme and now it wont fit right on this theme do you know the template
^ template name is affiliates (in global templates)
Ok thanks