Forums

WP-Table Reloaded
[resolved] How to change Header Size? thanks (3 posts)

  1. saladbowl_831386
    Member
    Posted 7 months ago #

    Hi,

    I have a website called GreatestCollectibles.com I am not a developer just learning how to edit my own website.

    Does anyone know how to increase the size of the Header data?

    Right now its hard to see because its too small. I tried changing the font for all tables but it only doesn't it to the underlying data and not the header data.

    Here is a link to see what I am talking about http://www.greatestcollectibles.com/antiques-price-guide

    Any help is greatly appreciated, thanks jaime

    http://wordpress.org/extend/plugins/wp-table-reloaded/

  2. Masino Sinaga
    Member
    Posted 7 months ago #

    Assuming your table id is 1 (one), then add this to your "Custom CSS" in "Plugin Options" of WP Table Reloaded plugin:

    .wp-table-reloaded-id-1 .row-1 .column-1, .row-1 .column-2, .row-1 .column-3, .row-1 .column-4, .row-1 .column-5, .row-1 .column-6, .row-1 .column-7, .row-1 .column-8, .row-1 .column-9 {
       font-family: verdana, arial, sans-serif;
       font-size: 11px;
       text-align: center;
    }
  3. TobiasBg
    Member
    Posted 7 months ago #

    Hi,

    you can achieve this with this CSS:

    .wp-table-reloaded-id-1 th {
       font-size: 11px;
    }

    if you have the "Table Head" checkbox checked.

    Regards,
    Tobias

Reply

You must log in to post.

About this Plugin

About this Topic