XenForo
Administrative
- Thread starter
- Admin
- #1
I'd like to have it so that on posts the member signature is always at the bottom. I tried this but it overlaps once you get more than one paragraph of text in a message.
Code:
Any other ideas?
ادامه مطلب...
Code:
Code:
.message-signature {
position: absolute;
bottom: 0;
}
Any other ideas?
ادامه مطلب...