Bonjour,
Merci du retour. J’ai actualisé selon vos instructions. En revanche, aucun code CSS ne me permet d’afficher toutes les colonnes sur la page si j’active l’option de défilement en cas de nombreuses colonnes (mon cas).
J’ai désactivé l’option et cela me décale le tableau à droite mais affiche toutes les colonnes. Mais aucun code CSS n’arrive à centrer le tableau…
Avez-vous une astuce pour cette demande ?
Les codes CSS utilisés actuellement :
.tablepress-id-6 thead th,
.tablepress-id-6 tbody td {
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
}
.tablepress-id-6 thead th:first-child,
.tablepress-id-6 tbody td:first-child {
border-left: none;
}
.tablepress-id-6 tbody .row-1 td,
.tablepress-id-6 tbody {
border-bottom: 1px solid #cccccc !important;
}
.tablepress-id-6 td,
.tablepress-id-6 th {
text-align: center;
}
.tablepress thead th,
.tablepress tfoot th {
background-color: #dd8b31;
}
.tablepress-id-6 {
width: auto;
margin: 0 auto 1em;
}
Encore merci pour votre temps,
iago