Hi Tobias, How can I sort the table by the first column by default when some access to the page?
Thanks, Carlos
This is the page:
http://www.inmaculada.edu.ar/prueba-tablas/
This is my current Custom CSS configuration (Table 1)
.tablepress-id-1 img {
display: block;
margin: 0 auto;
}
.tablepress-id-1 .column-3 {
width: 200px;
}
.tablepress-id-1 tbody td {
vertical-align: middle;
line-height: normal;
}
.tablepress img {
vertical-align: middle;
}
.tablepress thead th {
text-align: center;
}
Hi Tobias, I followed all your custom css commands to center images then I can see them well in the PlugIn Preview, but when I add the table into the page and publish it just one of the 6 images appears centered. What´s the problem?
Thanks! you plug-in is great.
Carlos