Hi!
Thanks for your post and sorry for the trouble!
There is indeed some CSS code in the page (I’m not sure where it’s coming from) that is influencing the widths here. Now, the CSS code that you have posted should actually work to get around that — however, I’m not seeing that code anywhere in the page? Can you please try adding this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress again?
Best wishes,
Tobias
Hi Tobias,
funnily I tried for the 4th time (adding it into Plugin Options) and it fixed my issue. It works on Desktop and Mobile. I wonder how it will display on other sizes (e.g. Tablets?)
I know it’s recommended to name the table in the CSS code, but I went with simply ‘.tablpress’ to effect all tables (I only have them on 1 page), and that forced the image width to render correctly.
.tablepress .column-1 {
width: 250px;
}Thanks so much for your support.
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 in the plugin directory. Thanks!
