Is there anyway you guys can center the forums? It doesn't look right off center, especially since everything else on The Lodestone is centered. Thank you in advance if you decide to implement this or give any info.
Printable View
Is there anyway you guys can center the forums? It doesn't look right off center, especially since everything else on The Lodestone is centered. Thank you in advance if you decide to implement this or give any info.
Please, please, please center this forum! It's really irritating how it's off center.
This has been requested multiple times across many threads.
I really, really hope they implement it soon. It would be nice if they could also center the XI forums and XI website.
I would also like the forums to be centered. It looks really... strange this way. ^_^;
It really reminds me of the area that sites' have their ad banners. >_<
I noticed a firefox style (I think it's for the add-on stylish?) I think that does this.
Yea seriously why is it left-alligned? Starting to think Square Enix should not only stick to console games, but also steer clear from doing anything on the PC! xD
I never paid attention to it until I've read this thread and now the alignment is starting to bug me >.<
The body tag on this forum has style parameters set making this forum on the left, it needs to change the style parameter on the body tag (or use CSS instead) to style="margin: 0 auto;" and it will center the forum, but the background is also not centered so they need to center that as well. Background image is doc_bg.jpg so did a search on the source and shows.
html {
background: url("images/fourteenb/doc_bg.jpg") repeat-y scroll 0 0 #95948F;
}
instead of assigning background image to the html css tag, would of made a separate container with background setting margin also to 0 auto;
At least that's what i found out
Thanks Reinheart, hopefully they look at your post and gain some common sense.