MyBB Community Forums

Full Version: CSS error.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
See here for full text, internets being slow, when i am trying to copypasta...

http://codingforums.com/showthread.php?t=192115


Anyone have any idea?
There are no CSS errors Toungue it's your padding amount on the #mainwrapper

On the original template (http://yesshelter.ca/ ), #mainwrapper has a padding-left: 10px;
padding-right: 80px;

But in the CMS (http://tm0.org/yes/phpsqlitecms/index ) you have a 32px padding in both left and right.

Well, that is if I got your problem correctly, didn't read the full thread x.x
YES Wooo! Go Combus! You rock bro! Thank you so much! The rest seems trival to fix since its just setup error.
Okay i broke it again, what did i do, do you know?
(2010-03-22, 08:01 PM)Mark.M Wrote: [ -> ]YES Wooo! Go Combus! You rock bro! Thank you so much! The rest seems trival to fix since its just setup error.
Okay i broke it again, what did i do, do you know?

Sorry, but lmao Big Grin
Do you get some error or something?
Look at the two links i provided in the links, if your too lazy to click,

www.tm0.org/yes/phpsqlitecms/
www.yesshelter.ca
The issue is that you have like a billion wrappers more than the original site, and in .content1 (one of them) you added a padding-right: 80px;

Oh, and no problem Smile
I know, its a cms system, its comes default with them :/
hmm in that case I guess you can just add .content1 {padding-right: 0 !important} to your stylesheet.
Okay i will.
Pages: 1 2