Hello,
Could you please help with the following:
1. I’d like to adjust (reduce) the row height for the table (link in a private content, a data table at the end of the page). Probably it is possible by adjusting the padding values
2. It would be great to reduce/enlarge the column widths, how can I do that?
3. Is it possible to remove individual borders? Ideally, I’d like to leave the only borders between the rows: no common table border, no vertical borders.
Please advice!
Thanks in advance!
J.N.
Hey greyhound72,
Well, the height in this case only reduces with this rule:
.avia-table.avia-data-table tr {
line-height: 10px;
}
The rest can also be done with css if it is possible to identify the cells.
Best regards,
Victoria