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

    (@tobiasbg)

    Hi Art,

    yeah, that spacing in tables can be confusing at times…

    In your case, you actually don’t need to reduce the space within cells, you just need to stop the table from taking the full page as its width.

    Please try this CSS code:

    .wp-table-reloaded-id-7 {
      width: auto!important;
    }

    Regards,
    Tobias

    Thread Starter arothafel

    (@arothafel)

    Thank you, Tobias,

    That work perfectly! I never would have solved it.

    Another well-deserved donation is on the way!

    Art

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Art,

    no problem, you are very welcome! ??
    And thanks for wanting to donate, I really appreciate it!

    Best wishes,
    Tobias

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