Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter androidgmae

    (@androidgmae)

    Actually my site is under construction, it’s local, but here is css I am using for tables:

    .post p {
     color: black;
     margin:  12px 0;
    }
    table {
     width: 100%;
     border-collapse: collapse;
    }
    th,
    td {
    	border-color: #242424;
    	border-bottom: 1px solid #ddd;
    }
    tr:nth-child(even) {background-color: #f2f2f2;}

    and I think its problem with line-hight, what can I do about line-hight for table only.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    my guess is that it’s margin or padding around the images in the last column.
    You could maybe check that with the developer tools in the browser.

    Regards,
    Tobias

    Thread Starter androidgmae

    (@androidgmae)

    Yeah, I got it, its because images margin, I did it. 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 5 replies - 1 through 5 (of 5 total)

The topic ‘put up space below table and reduce between rows?’ is closed to new replies.