R Royals Member Sep 3, 2013 #1 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.
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.
Shelley Well-known member Sep 4, 2013 #2 Have you tried adding the following in EXTRA.css template or doing it through Style properties Code: .messageList .message { margin-bottom: 15px;} Upvote 0 Downvote
Have you tried adding the following in EXTRA.css template or doing it through Style properties Code: .messageList .message { margin-bottom: 15px;}