• Resolved androidgmae

    (@androidgmae)


    I am using Button images in tablepress table but there is too much gap below the image, check from the link I provides, how can I reduce that gap.
    This is the code I used to add image
    <figure class=”wp-block-image size-large is-resized”></figure>

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This space is added below all images by your theme. To remove it, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress .wp-block-image {
        margin: 0;
    }

    Regards,
    Tobias

    Thread Starter androidgmae

    (@androidgmae)

    Thanks for your quick reply, but this didn’t work, I added css but didn’t work.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    it works fine when I now check the page…
    You might have to clear the site and browser cache.

    To reduce the space even more, you could extend the code to

    .tablepress .wp-block-image {
        margin: 0;
        line-height: normal;
    }

    Regards,
    Tobias

    Thread Starter androidgmae

    (@androidgmae)

    Yes, it’s working now, I forgot to clear cache,
    Thank you

    Plugin Author TobiasBg

    (@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 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Why there is Space below the button image in tablepress?’ is closed to new replies.