Viewing 1 replies (of 1 total)
  • Hi msdana,

    This can be easily addressed by putting rule in your theme CSS setting the width of the table to 100% like this:

    .participants-database .wp-list-table {
     width:100%;
    }

    If you want you can further set the widths of individual columns by setting the width of the header like this: (using the “phone” column as an example)

    .participant-database .wp-list-table th.phone {
     width:80px;
    }

    Each column header has the field name for the class so you can set the width of any column easily.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Participants Database] CSS Isse’ is closed to new replies.