• Resolved marcpaget

    (@marcpaget)


    Hi.

    I recently migrated from WP Table Reloaded to Tablepress, but now I’ve got a major problem… The CSS in the Custom CSS code doesn’t affect the styling of the table(s)… It simply has no influence on anything.

    I tried making some changes to the CSS in Firebug, to see if it works there, and it does, so I really don’t know why it’s not working on my site…

    You can check out the tables on : http://billigt-mobilabonnement.dk

    Can you please help me…

    Here’s the information about my site:

    · Website: http://billigt-mobilabonnement.dk
    · TablePress: 0.8.1-beta
    · TablePress (DB): 14
    · TablePress table scheme: 3
    · Plugin installed: 2013/01/27 00:29:50
    · WordPress: 3.4.2
    · Multisite: no
    · PHP: 5.3.20
    · mySQL (Server): 5.1.66-0+squeeze1-log
    · mySQL (Client): 5.1.66
    · ZIP support: yes
    · WP Memory Limit: 32M
    · Magic Quotes: off
    · WP_DEBUG: false

    http://wordpress.org/extend/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason, why your “Custom CSS” is not working, is that it’s invalid 🙂
    Please try this:

    .tablepress thead th {
      text-align:center;
      font-size:6px;
    }
    .tablepress tbody td {
      font-size:6px;
    }

    This will reduce the font size to 6px in all tables, and center the head row cells in all tables.

    Regards,
    Tobias

    P.S.: As you are still using WP 3.4.2, I recommend that you update to WP 3.5.1, as that will allow you to also upgrade TablePress to version 0.9-RC.

Viewing 1 replies (of 1 total)

The topic ‘CSS isn't being applied’ is closed to new replies.