Hello team
Is there a way, how I can get an answer? Thank you so much.
Nicole
Hi,
thanks for your post, and sorry for the trouble. Also sorry for the long wait. As I was on holidays, I could reply earlier.
The browsers calculate the column widths differently, based on the content in the cells. Here, the best solution might however be to manually set column widths, via the CSS approach from https://tablepress.org/faq/column-widths/
Can you maybe try that?
Regards,
Tobias
Hello Tobias
No problem, holidays are important!
That’s what I did:
.tablepress .column-1 {
width: 100px !important;
}
But it’s on every browser different.
Thank you.
Nicole
Hi Nicole,
ok, I see. In addition to that, can you please try these two CSS codes (independently)?
.tablepress {
border-collapse: separate;
}
or
.tablepress {
table-layout: fixed;
}
Regards,
Tobias
Hello Tobias
With
.tablepress {
table-layout: fixed;
}
it’s worse than it is without, it looks terrible in Google Chrome.
With
.tablepress {
border-collapse: separate;
}
nothing change. In Firefox, the first column is still differently wide.
I will ask the customer how it looks like on a Windows system.
Hope we can find a solution for this small problem.
Thank you.
Nicole
Hi Nicole,
ok, thanks for checking this.
Unfortunately, I have no real idea why Firefox shows the column widths so differently here 🙁
I guess that you’d have to either turn off the use of the JavaScript features or the tabbing feature.
Regards,
Tobias
Hi there @diversified I see you reported this thread to the moderators. Please note that we are just the folks who enforce the rules around all of WordPress.org.
Reporting to moderators doesn’t get any faster support, instead it just kind of attracts attention from folks whose radar you probably don’t want to be on. 😉
If you really do need a moderator, please add a reply letting us know why before you hit the report button.
Hi,
sorry again for not having a solution here, Nicole. 🙁
Regards,
Tobias