
Knight Yoshi
(?)Community Member
- Report Post
- Posted: Wed, 10 Jul 2013 05:00:42 +0000
Dashiechu
Knight Yoshi
Dashiechu
Knight Yoshi
Dashiechu
Knight Yoshi
lol You clearly do not know what you're doing.
Edit: Nice try though.
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.#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;
}
}
The code looks accurate, but nothing has changed with my profile. o 3O;;
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
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
text-align: center;
position: relative;}
You have a lot of messy CSS.
Yeah, the code you gave me puts my content more to the right. P.S you have a huge screen.
What I want is a code to center my content, but where it'd be perfectly centered for everyone
else who views my profile as well? ; o; The resolution of my screen is 1599 x 899,
if that's what you meant. x .x
What I want is a code to center my content, but where it'd be perfectly centered for everyone
else who views my profile as well? ; o; The resolution of my screen is 1599 x 899,
if that's what you meant. x .x
I do not have my browser full screen most of the time, usually only a little more than half.
It can't be prefect for everyone. 1024 is generally the smallest resolution anyone will have unless they're on a tablet or smartphone that has a smaller resolution. Anyone with a larger resolution will have it centered just fine, and anyone 1024 or less will not be centered for them, as if it centering wasn't there at all. That's your resolution, but what's your browsers window size, do you have it in full screen? I said you will have to reposition the images/text, it centers that too. Otherwise the content would be centered and the images/text would be exactly where it is now for all resolutions and window sizes.