I just updated to latest version (3.5.4) and I have always the issue….
You have just to resize your browser !
Best regards
It’s working !!! Thanks a lot….
You can close this issue
Best regards,
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;
}