If you like me is fan of bottom aligned signatures, her is how to do it with a single css add:
Code: Select all
.postbody .content {
min-height:200px;
}
@media (max-width: 700px) {
.postbody .content {
min-height:0px;
}
}
Need a stylesheet for adding extra styling? No need to edit phpBB core!
You can use the Add CSS EXT