Adjust Column Widths

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #357806

    Is there a way to adjust the column width or words in the cells to fit better?
    http://flemington.rocks/tnl-august-11-schedule/

    #358210

    Hi Roy,

    You can edit table style adding code below to your theme stylesheet:

    
    .mptt-shortcode-table {
        table-layout: fixed;
        width: 100%;
    }
    

    I’ve also added your feature request. We’ll review it and probably this option will be added with one of the updated versions of plugin.

    Best regards,
    John

    #453474

    I would like to have all columns the same width besides Hours column. How can I do that?

    #453684

    Hi Magda,

    It depends on your theme styles. You can adjust TimeTable style by adding custom CSS.

    Best regards,
    John

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.