MyBB Community Forums

Full Version: Centering my forums.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Unsure if this is the right thread to be posting this in. But this has been driving me insane for weeks now. It has to be possible I just can't figure out how to do it. I'm pretty sure I have gone over every method on accomplishing it, but clearly with no success. I'll give some screen shots and maybe someone here can help me out. Please and thank you.
Provide forum url..
(2014-07-10, 10:18 PM)adi19 Wrote: [ -> ]Provide forum url..
www.arcanity.net/forum/

www.arcanity.net/forum/
I will take a look

edit: I noticed you're missing MyBB credit. Seeing as you're not using it, I can't support you.

"You support us, we support you."

To re-gain support you should do the following:

Admin CP --> Templates & Style --> *expand your template set* --> Footer Templates --> footer
Powered by <a href="http://www.mybb.com">MyBB</a>
(2014-07-11, 12:33 AM)Ace700 Wrote: [ -> ]I will take a look

edit: I noticed you're missing MyBB credit. Seeing as you're not using it, I can't support you.

"You support us, we support you."

To re-gain support you should do the following:

Admin CP --> Templates & Style --> *expand your template set* --> Footer Templates --> footer
Powered by <a href="http://www.mybb.com">MyBB</a>

It's back up, sorry - I don't know how it got off int he first place. Random edits I'm guessing. please help me fix.
JohnneyAllerdyce who done the html/css for your forum?

Alot of the css is not done correct.

Parts are positioned centered(correct) other parts are positioned left to right(incorrect)

Anyway, to fix the bottom part of your forum, open admincp -> Templates and style -> Themes -> click options and edit your theme -> select global css -> in the drop down look for .bottommenu

Inside the attributes box to the right you will see

padding: 10px;

add after that this.

width: 950px;
margin: 0 auto;

press save.
I had a friend helping with it, i couldn't figure out how to get the forums actually onto the website template.. So yeah. that solution should fix all of the position errors i'm having, and the ones I've shown in the attached images?
Next fix, Locate #copyright in the advanced dropdown list

add to the list in the right box

width: 960px;
margin: 0 auto;

if you already have margin attribute like I believe you do, erase it and replace with what I wrote.
Alright, keep the instructions coming. I appreciate this huge.

The newreply box is something I can't find in the coding though. I wouldn't know how to go about fixing that.