Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried with this following order?

    .wp-table-reloaded-id-7 td {
      font-family: verdana, arial, sans-serif;
      font-size: 11px;
      color: #180E4A;
      vertical-align: middle;
      text-align: center;
    }

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    the problem is that your theme contains code to move the text to the left again. You should be able to change this by giving the centering a higher priority. For that just add the !important keyword to the code, like this:

    text-align: center!important;

    Regards,
    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-Table Reloaded] format centred text’ is closed to new replies.