• Resolved ltoumba

    (@ltoumba)


    Hi T

    another Question.

    I have 5 cells with images. I have reduced the borders using code below
    But the distance between the cells wont reduce.

    I want the images to be closer together.
    I want to dictate the left and right spacing in a row.
    How can I do this?

    I have entered the code
    .tablepress-id-13,
    .tablepress-id-13 tr,
    .tablepress-id-13 tbody td,
    .tablepress-id-13 thead th,
    .tablepress-id-13 tfoot th {
    border: 1px;
    }

    https://www.ads-software.com/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Most likely, the images still have margin and padding around them. Please post a link to the page with the table, so that I can take a direct look and find the best code to remove that.

    Regards,
    Tobias

    Thread Starter ltoumba

    (@ltoumba)

    Hi T

    thanks

    the page is

    https://paradise4kids.org/test/

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the link!

    Yes, those images indeed have a margin around them. To remove that, please add this to the “Custom CSS”:

    .tablepress-id-13 img {
        margin: 0 !important;
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘space between cells with images’ is closed to new replies.