Hi James,
thanks for your post, and sorry for the trouble.
The best way for that should be to add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress-id-123 {
border-left: 3px solid #00ff00 !important;
}
If that does not help, please post a link to the page with the table, so that I can take a direct look. Thanks!
Regards,
Tobias
Hi Tobias,
Your solution to the problem worked perfectly, I thank you for taking your time to assist me with this issue.
Best Regards,
James
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!
Good Morning Tobias,
I have run into another small problem, I would like to delete all of the padding above and beneath the text within the table I tried using the following:
.tablepress-id-10 .row-1 td {
padding: 0 25px;
}
but it didn’t seem to work out totally. Here is a link to the page so you can take a look:
http://musiclive365.com/sell-your-music-worldwide/
Any assistance with this issue would be greatly appreciated.
Regards,
James
Hi James,
I’m not really sure what you mean here. The CSS code that you posted is applied to the table on that page just fine.
The top and bottom padding is set to 0, while the left and right padding is 25px.
Where exactly are you seeing padding that you want to remove? Can you maybe post a screenshot and highlight that padding?
Regards,
Tobias