Dashiechu
Knight Yoshi
Dashiechu
Knight Yoshi
lol You clearly do not know what you're doing.
Edit: Nice try though.
#columns,
#texts_container,
#pictures_container {
left: 50%;
margin-left: -512px;
position: absolute;
width: 1024px;
}
@media screen and (max-width: 1024px) {
#columns,
#texts_container,
#pictures_container {
left: 0;
margin-left: 0;
}
}
That will center everything, you will need to reposition the floating images and text, but once you do they will be in the same place even for larger resolutions, centered where you have it with your content.
The code looks accurate, but nothing has changed with my profile. o 3O;;
Of course it's correct. I know what I'm doing, lol, but it's not even on your profile.
I did have it on, but my friend is on trying to help me so she removed it since she's checking things. xD
When I had it, it didn't change anything; my content was still uncentered and at the left.
I placed it back so that you could see.
Edit: Well NOW it works, maybe it was because of where I placed it. How does it look for you? xD
What's your resolution and the width of your browser (full screen, half, 3/4, something else??) The @media is for if the window width is less than 1024 it won't center, because with what I've provided above to center everything if the @media wasn't there and the width of the window is smaller than 1024 content would be getting pushed off to the left of the screen. Works just fine on mine, except you're overriding the position: absolute with
#id_wishlist,
#columns, #id_footprints, #id_about, #id_custom_10181, #id_custom_9929, #id_custom_9927, #id_custom_10025 {
text-align: center;
position: relative;}
You have
a lot of messy CSS.