Welcome to Gaia! ::


Anxious Vampire

My page is public, so feel free to check it if you need to know what I mean.

My laptop screen is absolutely huge, but on mine,
the columns/panels are in the center of my profile.
On others, since the code varies on screens,
it looks more off to the right side.

THIS REALLY BOTHERS ME EVEN IF IT LOOKS PERFECT TO ME. emotion_donotwant
I was wondering if there was just a simple centering code for all columns/panels.

The code I have for "centering" everything right now is;
#columns{margin-left: 260px;margin-top: - 100px;}

Here is how my profile looks like to me.
Dashiechu
My page is public, so feel free to check it if you need to know what I mean.

My laptop screen is absolutely huge, but on mine,
the columns/panels are in the center of my profile.
On others, since the code varies on screens,
it looks more off to the right side.

THIS REALLY BOTHERS ME EVEN IF IT LOOKS PERFECT TO ME. emotion_donotwant
I was wondering if there was just a simple centering code for all columns/panels.

The code I have for "centering" everything right now is;
#columns{margin-left: 260px;margin-top: - 100px;}

Here is how my profile looks like to me.

#site
{
align: center;
margin-left: auto;
margin-right: auto;
}

Anxious Vampire

Mar Muffin
Dashiechu
My page is public, so feel free to check it if you need to know what I mean.

My laptop screen is absolutely huge, but on mine,
the columns/panels are in the center of my profile.
On others, since the code varies on screens,
it looks more off to the right side.

THIS REALLY BOTHERS ME EVEN IF IT LOOKS PERFECT TO ME. emotion_donotwant
I was wondering if there was just a simple centering code for all columns/panels.

The code I have for "centering" everything right now is;
#columns{margin-left: 260px;margin-top: - 100px;}

Here is how my profile looks like to me.

#site
{
align: center;
margin-left: auto;
margin-right: auto;
}


That did absolutely nothing.. xD
Dashiechu
Mar Muffin
Dashiechu
My page is public, so feel free to check it if you need to know what I mean.

My laptop screen is absolutely huge, but on mine,
the columns/panels are in the center of my profile.
On others, since the code varies on screens,
it looks more off to the right side.

THIS REALLY BOTHERS ME EVEN IF IT LOOKS PERFECT TO ME. emotion_donotwant
I was wondering if there was just a simple centering code for all columns/panels.

The code I have for "centering" everything right now is;
#columns{margin-left: 260px;margin-top: - 100px;}

Here is how my profile looks like to me.

#site
{
align: center;
margin-left: auto;
margin-right: auto;
}


That did absolutely nothing.. xD

Erase your old code, it being
#columns{margin-left: 260px;margin-top: - 100px;}
Look at my profile. smile It worked for me.

Anxious Vampire

Mar Muffin
Dashiechu
Mar Muffin
Dashiechu
My page is public, so feel free to check it if you need to know what I mean.

My laptop screen is absolutely huge, but on mine,
the columns/panels are in the center of my profile.
On others, since the code varies on screens,
it looks more off to the right side.

THIS REALLY BOTHERS ME EVEN IF IT LOOKS PERFECT TO ME. emotion_donotwant
I was wondering if there was just a simple centering code for all columns/panels.

The code I have for "centering" everything right now is;
#columns{margin-left: 260px;margin-top: - 100px;}

Here is how my profile looks like to me.

#site
{
align: center;
margin-left: auto;
margin-right: auto;
}


That did absolutely nothing.. xD

Erase your old code, it being
#columns{margin-left: 260px;margin-top: - 100px;}
Look at my profile. smile It worked for me.


I did erase my old code to place the one you gave me, it moved my content to the left.
Here, I'll do it again, tell me what you see when you view my profile. xD

reinasachiko's Senpai

Dramatic Gentleman

23,715 Points
  • Fan Before It Was Cool 500
  • Nuclear Plant 500
  • Rat Conqueror 500
Mar Muffin
Dashiechu
Mar Muffin
Dashiechu
My page is public, so feel free to check it if you need to know what I mean.

My laptop screen is absolutely huge, but on mine,
the columns/panels are in the center of my profile.
On others, since the code varies on screens,
it looks more off to the right side.

THIS REALLY BOTHERS ME EVEN IF IT LOOKS PERFECT TO ME. emotion_donotwant
I was wondering if there was just a simple centering code for all columns/panels.

The code I have for "centering" everything right now is;
#columns{margin-left: 260px;margin-top: - 100px;}

Here is how my profile looks like to me.

#site
{
align: center;
margin-left: auto;
margin-right: auto;
}


That did absolutely nothing.. xD

Erase your old code, it being
#columns{margin-left: 260px;margin-top: - 100px;}
Look at my profile. smile It worked for me.


Wrong, the code you gave to her is v1 while she is using v2. Make sure you gave the correct code version or do the converting.

change the #site to #columns
Dashiechu
Mar Muffin
Dashiechu
Mar Muffin
Dashiechu
My page is public, so feel free to check it if you need to know what I mean.

My laptop screen is absolutely huge, but on mine,
the columns/panels are in the center of my profile.
On others, since the code varies on screens,
it looks more off to the right side.

THIS REALLY BOTHERS ME EVEN IF IT LOOKS PERFECT TO ME. emotion_donotwant
I was wondering if there was just a simple centering code for all columns/panels.

The code I have for "centering" everything right now is;
#columns{margin-left: 260px;margin-top: - 100px;}

Here is how my profile looks like to me.

#site
{
align: center;
margin-left: auto;
margin-right: auto;
}


That did absolutely nothing.. xD

Erase your old code, it being
#columns{margin-left: 260px;margin-top: - 100px;}
Look at my profile. smile It worked for me.


I did erase my old code to place the one you gave me, it moved my content to the left.
Here, I'll do it again, tell me what you see when you view my profile. xD

Damn. I just realized your profile is v2.
#columns {align: center; margin-left: auto; margin-right: auto;}

(Thanks to Fredy-san)

Anxious Vampire

Mar Muffin
Dashiechu
Mar Muffin
Dashiechu
Mar Muffin
Dashiechu
My page is public, so feel free to check it if you need to know what I mean.

My laptop screen is absolutely huge, but on mine,
the columns/panels are in the center of my profile.
On others, since the code varies on screens,
it looks more off to the right side.

THIS REALLY BOTHERS ME EVEN IF IT LOOKS PERFECT TO ME. emotion_donotwant
I was wondering if there was just a simple centering code for all columns/panels.

The code I have for "centering" everything right now is;
#columns{margin-left: 260px;margin-top: - 100px;}

Here is how my profile looks like to me.

#site
{
align: center;
margin-left: auto;
margin-right: auto;
}


That did absolutely nothing.. xD

Erase your old code, it being
#columns{margin-left: 260px;margin-top: - 100px;}
Look at my profile. smile It worked for me.


I did erase my old code to place the one you gave me, it moved my content to the left.
Here, I'll do it again, tell me what you see when you view my profile. xD

Damn. I just realized your profile is v2.
#columns {align: center; margin-left: auto; margin-right: auto;}

(Thanks to Fredy-san)


That still didn't do anything. D:

Skilled Genius

Mar Muffin
lol You clearly do not know what you're doing.
Nice try though.
Dashiechu

#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.

Anxious Vampire

Knight Yoshi
Mar Muffin
lol You clearly do not know what you're doing.
Edit: Nice try though.
Dashiechu

#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;;

Skilled Genius

Dashiechu
Knight Yoshi
Mar Muffin
lol You clearly do not know what you're doing.
Edit: Nice try though.
Dashiechu

#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.

Anxious Vampire

Knight Yoshi
Dashiechu
Knight Yoshi
Mar Muffin
lol You clearly do not know what you're doing.
Edit: Nice try though.
Dashiechu

#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

Skilled Genius

Dashiechu
Knight Yoshi
Dashiechu
Knight Yoshi
Mar Muffin
lol You clearly do not know what you're doing.
Edit: Nice try though.
Dashiechu

#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.

Skilled Genius

Dashiechu
Knight Yoshi
Dashiechu
Knight Yoshi
Mar Muffin
lol You clearly do not know what you're doing.
Edit: Nice try though.
Dashiechu

#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 it's like on my super wide screen, 2560x1440
User Image

Anxious Vampire

Knight Yoshi
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.


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 1600 x 900,
if that's what you meant. x .x

Quick Reply

Submit
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum