• Resolved Paul Sahota

    (@paulswebca)


    Is it possible to convert the footer into one row? The table is two rows, but I want the footer to be a single row with centred text.

    I tried this to center, and it worked:
    .tablepress tfoot th {
    text-align: center;
    }

    I tried this to convert two rows into one, but it did not work:

    .tablepress-id-4 .row-12 {
    width: 100px;
    }

    .tablepress-id-4 .column-12 {
    width: 100px;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, this is possible, using the “colspan” button. It looks like you already found that 🙂

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Convert two rows to one’ is closed to new replies.