Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try using these selectors:

    .post-content th,
    .post-content td

    have tried adding some style to your custom css?

    will depend on your template where you put it but you could start with something like this:

    th, td {
    padding:15px;
    }
    Thread Starter jennjoanne

    (@jennjoanne)

    AWESOME!! Thank you Andrew & andypaddock! I combined both of your suggestions together and it worked perfectly! Thank you, thank you, thank you!

    This code below works ONLY if it’s in the actual theme’s Style.css. Just a FYI for anyone – this doesn’t work in your Edit CSS because it only shifts the items closer together.

    .post-content th,
    .post-content td {
    padding:15px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increase Space Between Rows in Table’ is closed to new replies.