MyBB Community Forums

Full Version: How do I ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I want to make this text center it's for the footer..

[Image: 1f45d126811aff9a7fba5abe8bf37592.png]
(2014-04-14, 05:51 PM)Billie Joe Armstrong Wrote: [ -> ]I want to make this text center it's for the footer..

[Image: 1f45d126811aff9a7fba5abe8bf37592.png]

and ??

I guess you need to look at the template that the code is placed in and center it
(2014-04-14, 05:55 PM)JimR Wrote: [ -> ]
(2014-04-14, 05:51 PM)Billie Joe Armstrong Wrote: [ -> ]I want to make this text center it's for the footer..

[Image: 1f45d126811aff9a7fba5abe8bf37592.png]

and ??

I guess you need to look at the template that the code is placed in and center it

I was asking how do I center it, i said that this is the footer text...
Give me the URL where I can find that thing?

Dude your avatar gives me creeps
<td width="210" valign="left" rowspan="2">

replace with:
<td width="210" valign="left" rowspan="2" class="change_me">

Add to global.css
.change_me {
    padding: 20px;
}
I'm not sure that did anything

nvm thank you Smile
Looks like it's working you have to refresh hard!
in was thinking , is this possible:
[Image: nv8wmp.jpg]
Yes you have to put inside container!
Pages: 1 2