If you increased the thread font size to something bigger (e.g. this forum uses 16px as default) or you increased the avatar size (like this forum does), then having the default 160px width of postbit would look awkward to be too narrow.
Add this in css_additional template or via Sitebuilder > Style > CSS Editor:
Adjust the width and left margin accordingly. They should have the same value.
Demo:
See the postbit section on this thread.
Add this in css_additional template or via Sitebuilder > Style > CSS Editor:
Code:
.l-desktop .conversation-list.thread-view .l-col__flex-3, .l-desktop .conversation-list.thread-view .l-row__fixed--left > .l-col__flex-3 { margin-left: 205px; } .l-desktop .conversation-list.thread-view .l-col__fixed-3, .l-desktop .conversation-list.thread-view .l-row__fixed--left > .l-col__fixed-3 { width: 205px; padding-right: 0; }
Demo:
See the postbit section on this thread.
Comment