So... I've added the code to the additional.css section of my styles. And it doesn't seem to be having any effect on image sizes in the signature.
Code:
.thread-view .b-avatar--m {
height: 130px;
width: 130px;
}
.thread-view .b-avatar--m > img {
max-height: 130px;
max-width: 130px !important;
}
.l-small .topic-list-container .topic-list .cell-count {
padding-bottom: 0;
}
.l-small .topic-list-container .topic-list .topic-item td.cell-lastpost {
display: block;
padding: 0 5px 5px;
}
.l-small .cell-lastpost .avatar {
display: none;
}
.l-small .cell-lastpost .lastpost-by {
font-size: 0.9em;
color: #6A6A6A;
display: inline;
}
.l-small .cell-lastpost .lastpost-by:before {
content: "Last post ";
}
.l-small .cell-lastpost .post-date:before {
content: "on ";
}
.restore table[align=center] {
margin: 0 auto;
}
.signaturecontainer img {max-width: 500px;}
Am I supposed to add something to it...?
Thanks for the help.