Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter Raul Fontalba

    (@raul-fontalba)

    Hi,
    https://electroestimuladormuscular.es/index.php/2015/06/14/hello-world/
    I would like to reduce the size so the table can be shown with no bar underneath.

    Thanks Tobias!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the link!

    To reduce the size, so that it fits, you will have to reduce the font size in it, e.g. with this:

    .tablepress-id-2 tbody td,
    .tablepress-id-2 thead th {
        font-size: 14px;
    }

    To center everything, you can use

    .tablepress-id-2 tbody td,
    .tablepress-id-2 thead th {
        text-align: center;
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to center the whole table?’ is closed to new replies.