XF 2.1 How to add spacing to the bottom of posts?

CZ Eddie

Active member
I found a few posts for XFX 1.x but they don't seem to be having any effect on my forum.
I want to add spacing under the message body text.
The spacing would go under the text and above the signature line.

None of these extra.css commands in extra.less changed a single thing.

Code:
.message .messageContent{min-height: 170px !important;}

.message .messageContent{padding-bottom: 30px}

.message .messageInfo .messageContent{min-height: 380px !important;}

.messageList .message{padding-bottom: 30px !important;}

.message .messageContent{padding-bottom: 30px}

.message .messageInfo .messageContent{min-height: 180px !important;}

.message .messageInfo .messageContent{padding-bottom: 30px !important;}

The left side of the pic is how it is by default.
The right side of the pic is how I want it to look.
Any suggestions?
 

Attachments

  • Untitled.webp
    Untitled.webp
    32.6 KB · Views: 34
Back
Top Bottom