XF 1.2 Add space/padding beteen Message Container elements?

Royals

Member
How can I add some space between elements of Message Container? I put a border around this but it doesn't look right because they are stacked right on top of each other. The padding appears to adjust the interior space.
 
Have you tried adding the following in EXTRA.css template or doing it through Style properties
Code:
.messageList .message {
margin-bottom: 15px;}
 
Top Bottom