Moving userpics in entries ...

Jul 28, 2009 23:48

Could someone take a look at my layout coding and tell me how to move my entry userpics up the page slightly. Probably only about 10px ( Read more... )

page:backgrounds, entries:user icons

Leave a comment

Comments 3

av8rmike July 29 2009, 17:05:06 UTC
This should work:
Add margin-top: -10px; to the .user-icon {} group.
I didn't notice any problems with the page background.

Reply

ruby_chalice July 29 2009, 18:52:03 UTC
That worked a treat. Thank you. :D

There's another couple of things that I'd like to alter, if you wouldn't mind.

How can I reduce the space between my 'comments bar' at the bottom of each entry and the dotted line?

Also, how do you reduce the size of the space not between lines but the < br > space. Sorry I probably haven't explained that very well.

When you say you didn't notice problems with my page background, do you mean in the coding or that you didn't find a delay when you uploaded the page?

And finally, could you tell me how to remove links from the 'comments bar'. Specifically, 'Track this'& 'Link'?

Thanks so much.

Reply

av8rmike July 30 2009, 13:07:21 UTC
  1. Reduce the bottom padding on .asset-inner{}.
  2. So, you're talking about reducing the space between the paragraphs? You could try something like: br {line-height: 1em;}.
  3. No, the page background doesn't load slowly for me.
  4. I made a whole tutorial for doing exactly this. Short answer: it's easy to hide the "track this" link; not so easy to hide the "permalink", because the former you can do with CSS but the latter requires a theme layer.

Reply


Leave a comment

Up