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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Some “Custom CSS” like

    .tablepress-id-123 {
        border-collapse: separate;
        border-spacing: 0px 20px;
    }

    could be helpful here.

    Regards,
    Tobias

    Thread Starter Arkona

    (@arkona)

    Nothing happens.
    Only increases the apparent height of the the rows.
    “border-collapse: separate” and “border-spacing” border control. And at the border, if it is transparent, the background of the cell instead of the page.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    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 Arkona

    (@arkona)

    Hi, Tobias.
    Forgive me for my persistence.
    I wanted to make a library of old books.
    https://www.1arkona.ru/for-tobias/
    Started doing c using the plugin that makes tabs. But the author is constantly changing with updates shortcodes, spoils CSS.
    I want to remove this plug-in, and make a library in TablePress using the “row details”. There are other such plans.
    But here’s a continuous table looks boring.
    I wish that would be between the rows of the table was a small clear space, the background color of the page. As in the old library: https://www.1arkona.ru/dwl/knigi-17-18/
    But with CSS is probably impossible.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    this might help to some degree:

    .tablepress-id-li-1 {
        border-collapse: separate !important;
        border-spacing: 0px 20px;
    }

    Other than that, I’m also out of ideas here. Sorry ??

    Regards,
    Tobias

    Thread Starter Arkona

    (@arkona)

    Thank you Tobias!
    It works exactly as it should.
    Lacked a single command: important

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    Great! Thanks for the confirmation!

    Best wishes,
    Tobias

    Thread Starter Arkona

    (@arkona)

    Thank you Tobias!
    It works exactly as it should.
    Lacked a single command: important

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    that’s good to hear!

    Best wishes,
    Tobias

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘The space between rows’ is closed to new replies.