Forums

[Plugin: WP-Table Reloaded] Resizing table text (2 posts)

  1. nickholliday
    Member
    Posted 2 years ago #

    I'm sure this must have been addressed before, but I couldn't find it. I can't figure out how to resize the text I've entered into the table.

    I tried <span style="font-weight: bold; font-size: 14"> but that didn't work for me. Not matter which number I entered, the text was the same small size.

    Anyone have any advice? Thanks.

  2. TobiasBg
    Member
    Posted 2 years ago #

    Hi,

    this looks like, you forgot to add a unit to your font size.

    Can you try
    <span style="font-weight: bold; font-size: 14px">YOUR TEXT</style>
    Note the "px", which is important. You could also use "pt" or "em".

    If you want to change the font size of a large amount of cells in the table, this is not the recommended way though. In that case, you should apply your CSS to the already existing CSS selectors (see the docs) and add the CSS code to the textarea on the "Plugin Options" screen.

    Hope this helps!

    Best wishes,
    Tobias

Topic Closed

This topic has been closed to new replies.

About this Topic