• I’m using Minamaze theme and it’s a nice theme. I just want to know how to adjust row height of table in Minamaze Theme? I’ve tried to reduce cell spacing and padding in style.css file, but I see no effect.

Viewing 1 replies (of 1 total)
  • I dont understand your question, just edit in style.css the tables parameters

    table {
    height: 500px;
    }

    or change the row parameter:

    tr {
    height: 100px;
    }

    and the rest…

Viewing 1 replies (of 1 total)
  • The topic ‘How to adjust row height of table’ is closed to new replies.