Hitler
Member
- Apr 21, 2013
- 33
- 8
Hello, I'm having troubles with centering the entire page, currently it looks like this..
I'm using a wrapper which I have everything inside of which is this (btw, I still want the two boxes in-line with each-other, just want it centered horizontally).
I suck at CSS, so I'm doing this to get more comfortable with it.
Thanks,
Hitler.
I'm using a wrapper which I have everything inside of which is this (btw, I still want the two boxes in-line with each-other, just want it centered horizontally).
Code:
#wrapper {
margin: 0 auto;
width: 1008px;
text-align:left;
}
I suck at CSS, so I'm doing this to get more comfortable with it.
Thanks,
Hitler.