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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    That is tricky here, due to the way how you inserted the images with their captions. WordPress then adds a size to those elements (noticable with the “width” parameter in the Shortcodes in the table cells).
    To change this, this “Custom CSS” (on the “Plugin Options” screen of TablePress) should help:

    .tablepress-id-16 .wp-caption {
        margin: 0 !important;
        width: auto !important;
    }

    Regards,
    Tobias

    Thread Starter edwinm

    (@edwinm)

    Amazing! Thanks Tobias, you just saved me a lot of time and frustration!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot align table!’ is closed to new replies.