Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    to center the text in the header row, some slightly adjusted code is necessary. The reason for that is that header rows use different HTML tags, namely <th> instead of <td>.
    So, please try

    .wp-table-reloaded-id-2 th {
      font-family:arial;
      font-size: 12px;
      color: #000000;
      text-align: center;
    }

    to style the header row cells.

    Regards,
    Tobias

    Thread Starter samnasr

    (@samnasr)

    it worked however on a similar table different page. i used the same CSS AND the text in the header didnt really change at all:
    .wp-table-reloaded-id-7th {
    font-family:arial;
    font-size: 15px;
    color: #000000;
    text-align: center;
    }

    the link to the page is
    http://lfcseminars.com/advanced-seminars/self-mastery/

    i tried changing the font color and font size but nothing really changes including of course my biggest priority to center the text in the head .

    Please advise

    Thread Starter samnasr

    (@samnasr)

    actually i was missing a space between the “7” and “th” int he css . ii fixed it thank you and nevermind

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, that space was missing. Great that it works now 🙂

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Text in the header to be center’ is closed to new replies.