Help - Search - Members - Calendar
Full Version: Left Margin Space?
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
wicked_bitch
stubborn.gif For some reason, my xanga is really hating me. I searched for a code, or anything for that matter, to get rid of the big space to the left of my blogs. I found one, but wouldn't you know it, it didn't work. This is the one I found:


I tried putting it in different places, in the code, but it either messed my whole thing up, or it just didn't work. Any other codes I should try? If not, is there a certain place I have to put the code? wacko.gif
babytt
Did you put the code in the custom header? hmmm.... it should work.
wicked_bitch
Yes, I tried it in various places in the custom header. I even tried putting it in the webstats. Here's my whole code:

If you need to view my xanga, you can go here I'm assuming I'm just not putting it in the right place.
babytt
try this: in your first div, add > at the end of overflow: auto;"
it should look like
overflow: auto;">
wicked_bitch
mellow.gif No, it's still there. I tried it on both div's. _unsure.gif
babytt
try this in both your div--->
position:static;

or try decreasing the width of your last div.

sorry if i'm no help, but i can't seem to find what is wrong with your code.
wicked_bitch
_unsure.gif I had that in my code the first time, but took it out since it didn't seem to be helping at all. I tried it again, but still nothing. sad.gif I appriciate your suggestions though! I'm just as confused. ermm.gif
sherryvu
see where it says this?
CODE
<style type="text/css">
table.navigation, table.footer, table.left{display:none;}
</style>
change "table.left" to ".mainleft" and that should do it happy.gif
wicked_bitch
Yeah, that did take the space away. But, the only problem is, it also brought back my original left side module. _unsure.gif
largosama
<style type="text/css">
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer
{display: none;}
</style>

try that
wicked_bitch
*bangs head off of monitor* Still nothing. _unsure.gif I'm guessing my xanga is on strike? Or something of the sort.
sherryvu
QUOTE(wicked_bitch @ Feb 28 2005, 6:43 PM)
Yeah, that did take the space away. But, the only problem is, it also brought back my original left side module.  _unsure.gif
*

it's not supposed to bring back your original modules, .mainleft removes them. paste this at the bottom of your header:
wicked_bitch
I changed it to .mainleft, and put that code in. It brought back my left modules and disaligned my blog. Go here to see what it did.
sherryvu
take out the word "table" in front of ".mainleft"

and at the bottom of your header, it says this
QUOTE
<style type="text/css"></style>
.mainleft{display:none;}
</style>
it should be this without the </style>behind the first part.
CODE
<style type="text/css">
.mainleft{display:none;}
</style>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.