Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1144168

    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.

    #1145060

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.