Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mark O’Donnell

    (@markodonnell)

    Hi Kymbowlee,
    Thanks for writing. The Roster table will fill 100% of the space provided to it by the theme. That is sometimes too much, sometimes not enough. You can control this by setting the roster table size in the plugin’s stylesheet, or preferably a separate customization. There’s a man page on how to do this. You could simply modify the following rule:

    .mstw-tr-table {
        table-layout: auto;
        width: 50%;
    }

    Hope that helps.
    -Mark

    Thread Starter Kymbowlee

    (@kymbowlee)

    Thank you Mark – you helped me!

    Thank you for your awesome plugin – it is exactly what I was looking for

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Team Rosters Different Sizes’ is closed to new replies.