hold on, row one seems to be the issue
I guess my these wont allow the widths to be set.. urgh…
Hi,
thanks for your post, and sorry for the trouble.
The reason for this is that your theme is using similar CSS classes (like .column-2) for other things on the site as well. Therefore, you will have to make your “Custom CSS” more specific and prepend a .component-content before each selector, like
.component-content .tablepress-id-1 {
width: auto;
margin: 0 auto 1em;
}
.component-content .tablepress-id-1 th,
.component-content .tablepress-id-1 td {
width: auto;
padding: 4px;
}
Also, instead of putting the “Custom CSS” where you have it now, I suggest to place it into the “Custom CSS” textarea on the “Plugin Options” screen of TablePress.
Regards,
Tobias
thanks
I am not good at css but this is a big help, I may be back.. lol
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!