3rd AnGle Well-known member Apr 20, 2018 #1 Please help me in getting the old style of having each posts in a thread continuously without any gaps and blocks. This is with the gaps This is what i want to achieve Can anyone provide the CSS codes to hide this gap? Thanks
Please help me in getting the old style of having each posts in a thread continuously without any gaps and blocks. This is with the gaps This is what i want to achieve Can anyone provide the CSS codes to hide this gap? Thanks
AWS Well-known member Apr 20, 2018 #2 Adding: PHP: .message { margin: 0 !important; } to extra.less should do what you want. Upvote 0 Downvote
3rd AnGle Well-known member Apr 20, 2018 #3 AWS said: Adding: PHP: .message { margin: 0 !important; } to extra.less should do what you want. Click to expand... Super. You sir have done it. Thank you There was an overlap of the bottom border so i ended up with this hack Code: .message { margin: 0 !important; border-bottom-color: #FFFFFF !important; border-radius: 0px !important; } Upvote 0 Downvote
AWS said: Adding: PHP: .message { margin: 0 !important; } to extra.less should do what you want. Click to expand... Super. You sir have done it. Thank you There was an overlap of the bottom border so i ended up with this hack Code: .message { margin: 0 !important; border-bottom-color: #FFFFFF !important; border-radius: 0px !important; }