MyBB Community Forums

Full Version: Changing theme setting - Width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello. I need some help in changing my theme's width. I currently have the "Apart Night" theme installed, and I want to change it to look something like this :


Current theme width (example) :

-------------------------------------------------------


I want to make it like this (like the mybb's default theme width) :

--------------------------------------------------------------------------


I am sorry for using " - " but I cannot explain it otherwise.

Thank you.
.container {
width:80%;
}
Thank you for the reply.

Do you know which theme file I should edit?
It's in the CSS for the theme used.
global.css file?
I edited the line to what I want it, but nothing changed...
Did you edit it in the ACP?? What did you change it to??
AdminCP >> Templates & Styles >> Select your theme >> Global.css >> Change "container" width

#container {
width:80%;
}

or

#container {
width:600px;
}

Obviously edit it to your required width.
Oh, I'll try this and I'll tell you. Thanks!
hey, i tried this and got something like below.. only the background aligned to the left.
I'm using the apart flame theme.
can someone help?
[Image: 81068792.png]
Hello folks,
I have one question like everytime i am making a reply or posting something...it takes to a intermediate page...and then to the post..is it possible to skip this page..
Pages: 1 2