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

    (@markodonnell)

    Hi Riley,
    Thanks for writing. And thanks for providing a link to your page, that’s always very helpful.

    By default, the roster table only uses the space required. If you would prefer that it fill the entire containing element, find the rule:

    table.mstw-tr-table {
         border-bottom: #95B3D7 solid 1px;
    }

    in the plugin’s stylesheet (/css/mstw-tr-style.css) and add the following:

    width: 100%;

    Let me know how it goes.
    -Mark

    Thread Starter Riley Lambert

    (@riley-lambert)

    Hey, I have the same issue again. I got it to work in the stylesheet, but there was an update to a plugin that changed it.

    https://www.omaharoadrunners.org/varsity-roster-2/

    Currently my CSS says

    table.mstw-tr-table {
    Border-bottom: #95B3D7 solid 1px;
    Width: 100%;
    }

    I have been messing with it but can’t figure it out.

    Plugin Author Mark O’Donnell

    (@markodonnell)

    Hi Riley,
    Yes, CSS can sometimes be tricky. This is really an issue with your site, CSS, its theme, and its plugins interacting with Team Rosters. It’s not a Team Rosters bug or issue. If you would like additional support, I’d be happy to help, but this isn’t the right forum. Please post your question to the MSTW Gold Support forums.
    Regards,
    -Mark

    Thread Starter Riley Lambert

    (@riley-lambert)

    Ok thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My roster display is to compact.’ is closed to new replies.