Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #228108

    Hi!

    1. Is there a way to change de distance between the rows in a table. I think the rows are to heigh. Is this possible witth quick css ?

    2. And can you simply remove the borders from any table with quick css?

    • This topic was modified 11 years, 4 months ago by erikenanne.
    #228197

    Hey erikenanne!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1-

    td { padding-top: 2px; padding-bottom: 2px; }

    2-

    tr:first-child th, tr:first-child td, tr th:first-child, tr td:first-child, td, tr { border: none; }

    Best regards,
    Yigit

    #228202

    Wow, that’s so nice! Thank you very much, you’re the best!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Padding table and remove border table’ is closed to new replies.