Re: Firefox vs Chrome vs Safari

Posted by Pedro on
URL: https://support.nabble.com/Firefox-vs-Chrome-vs-Safari-tp7586822p7587706.html

You can do it at your change appearance -> css. You have 7 columns at this table. Each one has an intuitive class name:
pin-column, topics-column, star-column, replies-column, last-post-column, views-column and subapp-column.
My suggestion is, add this in your css:
.pin-column{ width: 5%;}
.topics-column{ width: 50%;}
.star-column{ width: 5%;}
.replies-column{ width: 10%;}
.last-post-column{ width: 10%;}
.views-column{ width: 10%;}
.subapp-column{ width: 10%;}
My test forum.