• Resolved rhyssa6

    (@rhyssa6)


    I have a table in the answer to my first (currently only) question in accordion and no matter what I set the table row height to it doesn’t change the appearance of the table.
    Is this meant to be possible in the free version?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @rhyssa6,

    Use padding at the td of the table like the following CSS to reduce the height of the table.

    .sp-easy-accordion table td {
        padding: 5px 10px;
    }

    And let us know if it works or not.

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @rhyssa6,

    This thread has been inactive for a bit, so I’m going to mark it as Resolved now. Please feel free to open a new one if you have any further questions.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Set table row height in accordion answer.’ is closed to new replies.