Hi,
thanks for your question, and sorry for the trouble.
I’m not exactly sure what you mean. When I view that page from the link, the widths seem to be okay for me.
Can you post a link to a screenshot of what you are seeing?
Regards,
Tobias
Hi Tobias, you are quick. Meanwhile I managed bij coding css as I saw in an earlier post here. I was just wanting to tell you this. But I could make a screenshot of the former problem.But how do I send you that?
.tablepress thead th,
.tablepress tbody td {
padding: 12px !important;
}
.page-id-2913 .tablepress .column-1 {
width: 50%;
}
.page-id-2913 .tablepress .column-2 {
width: 10%;
}
.page-id-2913 .tablepress .column-3 {
width: 20%;
}
.page-id-2913 .tablepress .column-4 {
width: 20%;
}
Hi,
good to hear that it’s working now! But please also try adding this to the top of your “Custom CSS” to really fix this:
.dataTables_wrapper .tablepress {
width: 100% !important;
}
Regards,
Tobias
Hi,
thanks! Yes, then that piece of CSS code from my previous post should fix this 🙂
Regards,
Tobias
Thanks Tobias, great work. Maybe good to put that css code standard in it?
Hi,
the code is only necessary in rare circumstances, that’s why I don’t really want to put it in as a standard, as it might change the look of existing tables for some people.
Best wishes,
Tobias