Help - Search - Members - Calendar
Full Version: userpic/space between entries
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
ginotn
Is there a way where the userpic, instead of hiding it, could be positioned anywhere in the navigation box? Also, does anybody know how to reduce the space between tables, where entries are located, to just 1px? Hehe Okay, one last one: How do I get rid of the marginal space on top of the navigation box? Thanks a lot :-)
jordanriane
Unless you turn off default icon, that's the only way you can really do it.

You'll have to get the livejournal url of the icon you want to use, and enter it into an "image tag."

To reduce the space between entries, merge this snippet into the stylesheet in your GLOBAL_HEAD:
CODE
table {
         margin-bottom: 1px!important;
  margin-bottom: 1px;
}


The !important is for Firefox compatibility. It will use that segment, instead of the bottom one. IE does not understand !important, so it will ignore it, and use the second segment.

CODE
body {
         margin-top: 202px;
}


Merge that with your other body coding, in your global_head stylesheet. Adjust the number value accordingly.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.