MyBB Community Forums

Full Version: Width, Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3


Quote:The width is still set to 85% for your theme.

so how can I increase it???

(2011-06-06, 10:18 PM)AJS Wrote: [ -> ]ACP >> Templates & Style >> Themes >> yourtheme >> global.css

Select #container from the dropdown and change the width to something fixed.

Here it's set to 940px

not work buddy!!! Smile
960px, but still showing same
Are you sure you're changing the correct theme? It still says 85% in the source.
You are not editing the correct theme.
here is the proof:

[Image: 112981435fcc64398e06366f8e452d5ddf5918de.jpg]
According to the page source, you are editing theme 4 but using theme 5 on your board.

If you wish, you can PM me your ACP details and I'll edit it for you.
One lassst thing, geez, man, I'm annoying.

How would I go about adding a background image that goes behind the logo? like the one on here?

Thanks!
Go to: ACP > Themes > Your theme > Edit > global.css > edit in advanced mode > and find;
body {
	background: #FFFFFF;
	width: 95%;
	color: #000000;
	border: 1px solid #e4e4e4;
	margin: auto auto;
	padding: 20px;
	text-align: left;
}
and change background: attribute something like this;
background: #FFFFFF url(http://i36.servimg.com/u/f36/15/36/47/26/fmbg13.jpg);

Change #FFFFFF to whatever your "body" color is. Wink
(2011-06-07, 12:54 PM)Yaldaram Wrote: [ -> ]According to the page source, you are editing theme 4 but using theme 5 on your board.

If you wish, you can PM me your ACP details and I'll edit it for you.

actually it take some times. working now. but my logo dose not fit with 960 px. what can I do???
I return back 85% mark though.but it ll take some time to make change.
there is any way to fit my logo with 960 px???
Pages: 1 2 3