View Single Post
Posts: 120 | Thanked: 33 times | Joined on Jan 2010
#496
Originally Posted by Schturman View Post
HI
In the SMS the gap fixed by this line: margin-top: -40px;
Code:
div.Message {
  padding-bottom: 8px;
  clear:      both;
  display:        block;
  padding-left: 8px;
  margin-top: -40px;
}
And I don't know where I can put this line in the IM... it's not work...
Here my files: IM Conversation
Thanks
Have you tried just commenting out the top-margin for div.MessageSelf and div.MessageOther?
 

The Following User Says Thank You to byte_76 For This Useful Post: