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
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?
Hi,
yes, we’ll have to center the text now:
.tablepress th {
text-align: center;
}
Regards,
Tobias
Perfect – thanks, again, for your help and patience!
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias