Reply To: List vs Gallery view

Shoal Summit Solutions Forums MSTW Team Rosters Plugin List vs Gallery view Reply To: List vs Gallery view

#2008
Mark
Keymaster

    Hi Luis,
    By ‘listview’ I assume you mean the roster table and you are using the shortcode? If so,

    There are display settings for table photo width and height, but they are not working. (For reasons we need to discuss now, but that was intentional. It will be better addressed in the next release.). So it’s back to the plugin’s stylesheet. You will find a rule that looks like:

    .mstw-tr-table td img {
         border: 1px solid #BBB;
         padding: 5px;
         background-color: #EEE;
         margin-left: 10px;
         height: 64px;
         width: 64px;
    }

    Change the height and width to the desired values. Changing the height will change the height of the entire row.

    Regards,
    -Mark