MyBB Community Forums

Full Version: footer radius and space
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
sorry for my duplicated question for today Big Grin

i need other help (and need your brain Big Grin)

i want do this:

[Image: iq6840cvwkcig26aakgz.png]

so what can i do?
You need to go to AdminCP>Themes & Templates>theme>your theme>global css
[/i]
(2013-01-19, 10:38 PM)Spangle Wrote: [ -> ]You need to go to AdminCP>Themes & Templates>theme>your theme>global css

Find "bottommenu" and "copyright", trial and error with the margins and padding will sort out the gaps.

No it wont. Please stop making assumptions in support threads.




OP, board url?
plusgamer.ir
acp > themes > your theme > global.css > advanced edit


find:

#container {
bla
}



replace with:
#container {
	background:#fff;
	width:65%;
	color:#000000;
	border:1px solid #e4e4e4;
	margin:auto auto;
	padding:0px 20px 0px 20px;
	text-align:right;
	box-shadow:0px 0px 7px #786F5D;
	-moz-box-shadow:0px 0px 7px #786F5D;
	-webkit-box-shadow:0px 0px 7px #786F5D;
	margin-bottom: -20px;
}
Thank you

But i want to make radius as i showed with read line in picture ")("
That requires images. You'll have to do that yourself.
ok than you.

Can you give me a example (my means a site use this method so u can export the source Big Grin)
i searched but i can't find the useful things!