MyBB Community Forums

Full Version: I messed up big time
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was messing around with my panel .lower CSS and my host went down.
So I pressed on the 'save and continue' button again and that changed my #container.

I changed my container back to normal:
text-align: left-align;
line-height: 1.4;
margin: 0;
min-width: 990px;

And my #content is still the default one.

But now my #content has moved to the left and my #logo has been centered.
What have I changed???

I want the #content to be centered and the #logo to be left aligned.

It looks like this now:
[Image: 5d3615f57ee891bf5982698e969c11ff.png]

I don't have this problem when I log out btw

[Image: 63a07dcb84f1d921a9c0b267ee3617d8.png]
basically text-align: left-align; is incorrect. should be text-align: left;
which theme you are using and can we have your forum url
(2015-02-03, 04:25 PM).m. Wrote: [ -> ]basically text-align: left-align; is incorrect. should be text-align: left;
which theme you are using and can we have your forum url



I'm making my own theme.
My host abruptly deleted my account.
I'm talking to the support right now Huh