Es gibt immer wieder Anfragen wie man die Umfragetabelle in Beiträgen auf die volle Breite bringt, ich habe daher mal diese Anleitung geschrieben womit auch gleich das Design optisch mehr an den Standardstil angeglichen wird:
Code
/* ================================================================ Poll Container Modification by Gino Zantarelli */
.pollContainer {
margin-right: 0px;
max-width: 100%;
width: 100%;
border: none;
float: none;
}
.pollContainer .pollInnerContainer {
background-color: rgba(0, 0, 0, 0.03);
padding: 20px 14px;
margin-top: 10px;
}
.pollContainer .formSubmit:not(:first-child) {
margin-top: 10px;
}
.pollContainer .formSubmit {
border-top: 1px solid $wcfContentText;
}
Display More
So sieht es vorher aus: