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

    (@tobiasbg)

    Hi,

    thanks for your question!

    For this, please take a look at the “colspan” button below the table edit fields.

    To make the font size in the header bigger (right now, the cells have the default font size of your theme), please add this to the “Custom CSS” textarea on the “Plugin Options” screen:

    #content .tablepress thead th {
      font-size: 16px;
    }

    Regards,
    Tobias

    Thread Starter rasinton

    (@rasinton)

    Thanks for reply.

    Got the font size right, now.

    I have tried to use the colspan button and have the “Presidents” text in column 1 and “#colspan#” in column 2, but it seems to not have the effect I was hoping. I would like the text to appear across the 2 columns.

    Do I need to do something to centre-align it?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    yes, we’ll have to center the text now:

    .tablepress th {
      text-align: center;
    }

    Regards,
    Tobias

    Thread Starter rasinton

    (@rasinton)

    Perfect – thanks, again, for your help and patience!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Getting data to span columns’ is closed to new replies.