Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Table Responsive Mode #625683

    I just updated to latest version (3.5.4) and I have always the issue….
    You have just to resize your browser !

    Best regards

    in reply to: Table with image #624293

    It’s working !!! Thanks a lot….

    You can close this issue

    Best regards,

    in reply to: Table with image #622375

    This is the custom CSS code I use for this table :

    .avia-data-table td {
    color: #ffffff;
    text-align: center;
    }
    .avia-data-table tr:nth-child(1) td {
    padding: 0px;
    }
    .avia-data-table tr:nth-child(1) img {
    width: 205px;
    height: 111px;
    }
    .avia-data-table td:nth-child(1),td:nth-child(3),td:nth-child(5) {
    background-color: #95b3d7 !important;
    }
    .avia-data-table td:nth-child(2),td:nth-child(4) {
    background-color: #376091 !important;
    }
    .avia-data-table tr:nth-child(2) td:nth-child(1),tr:nth-child(2) td:nth-child(3),tr:nth-child(2) td:nth-child(5) {
    background-color: #376091 !important;
    }
    .avia-data-table tr:nth-child(2) td:nth-child(2),tr:nth-child(2) td:nth-child(4) {
    background-color: #95b3d7 !important;
    }

Viewing 3 posts - 1 through 3 (of 3 total)