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

    (@tobiasbg)

    Hi,

    this should remove the borders (your theme is adding them). Just paste it into the “Custom CSS” textarea on the “Plugin Options” screen.

    .wp-table-reloaded .even,
    .wp-table-reloaded .alt {
      border: none!important;
    }

    About centering the countdown: Unfortunately, I don’t have a working solution for this one. Everything I tried is not working for some reason, but I don’t know why… ?? Sorry.

    Best wishes,
    Tobias

    Thread Starter Killiana

    (@killiana)

    Thanks a lot Tobias.

    For centering the countdown I added

    display: block;

    Great Plugin again.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are welcome! Nice to see that you found a solution for the centering!

    Regards,
    Tobias

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