luceos I used freeflarum for the site, unfortunately haven't able to find the output
dragsugur I have a small snipet to format the sponsor footer, as the only thing I recalled
https://bongcau.com
/* //Sponsor footer
.sponsors {
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
}
.sponsors a {
margin: 0 10px;
}
.sponsors img {
height: 50px;
margin-right: 10px;
}
.sponsors span {
font-weight: bold;
}
//Cut Large Link
.Post-body a {
border-bottom: 1px solid var(--control-bg);
font-weight: 600;
display: inline-block;
white-space: nowrap;
vertical-align: bottom;
max-width: 50%;
overflow: hidden;
text-overflow: ellipsis;
} */