Hi,
thanks for your post, and sorry for the trouble.
Could you please explain this in more detail, maybe with an example, and most importantly a link to the page with the table?
Regards,
Tobias
Thank you for your fast reply!
https://pierre-lemarchand.com/Tests/sommaire/
When I try the css you provide to tune the width of the columns, or the padding for example.
Hi,
thanks! Are you talking about the CSS
.tablepress-id-1 .column-1 {
width:4px !important;
}
?
This will not work like that, because the content in row 11 (“22/23/24/25”) simply requires a larger width and that makes the table wider.
Regards,
Tobias
Thank you Tobias
But with
.tablepress-id-1 tbody td {
font-size: 8px;
}
I see no effect.
Hi,
where exactly did you add this code? I don’t see it included anywhere in the page…
Regards,
Tobias
In TablePress options, CSS
Hi,
it looks like your theme has turned off the TablePress CSS file loading. You might have to add this to the theme’s “Custom CSS” instead.
Regards,
Tobias
Yes, it works: thank you Tobias!
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!