Hi,
thanks for your question, and sorry for the trouble.
Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Thread Starter
emic17
(@emic17)
Thank for reply!
This is the page link:
http://www.asdilsalice.it/HOreChuTChIpTioRKiComIUMBLEsim/gfpiediluco/percorsi/percorso-medio-fondo/
The table made with TablePress is the second.
-
This reply was modified 9 years ago by
emic17.
Hi,
thanks! From what I can see, you won’t have to set column widths here. You will just have to tell the table to not stretch to 100%.
For that, this “Custom CSS” should be enough:
.tablepress-id-2 {
width: auto;
margin: 0 auto 1em;
}
.tablepress-id-2 img{
margin :0 auto;
}
This also takes care of centering, which you probably also want.
Regards,
Tobias
Thread Starter
emic17
(@emic17)
Its’ work fine!!!!
Thank you!!!
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!
Thread Starter
emic17
(@emic17)
I’m sorry…but i saw that can not remove the border on the table.
Link is the same.
Can you help me this time too?
Hi,
to remove the border lines for this table, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress-id-2 td {
border: none !important;
}
Regards,
Tobias