• Resolved trumpets511

    (@trumpets511)


    Hello. I need your help.
    I inserted a shortcode into the table. This is Twenty20 Image Before-After Plugin. But there is a margin at the bottom of the table cell. How can I remove this space? You can check my table in this url : https://www.winepress.org/112413-2
    Margin at the bottom of the presidential coat of arms image. Thanks,

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.

    It looks like there’s a line break (from pressing the “Enter” key on the keyboard) right after the Shortcode in that cell. Please remove that.

    To remove even more margin, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress .twenty20 {
      margin-bottom: 0;
    }

    Regards,
    Tobias

    Thread Starter trumpets511

    (@trumpets511)

    Thank you for your quick response.
    The issue is resolved!!
    Thank you!

    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 ‘How to remove margin-bottom from table cell?’ is closed to new replies.