Also, I’d love to add a little more height to each row… some padding on either side. To make it look just like the demo. Didn’t see that covered in the FAQ.
Hi,
thanks for your post! Nice to hear that you like the plugin! 🙂
Unfortunately, your link is only resulting in a 404 “Not found” error. Is that really a published page?
Due to that, I can only answer question 2 right now (because I can see that in the “Custom CSS” code). You’ll just have to extend the CSS to
.tablepress-id-1 tbody td,
.tablepress-id-1 thead th {
font-size: 14px;
color: #000000;
}
to adjust text size and color for the table head row.
Once you have checked/updated the link, I’ll gladly take a look again for the other questions!
Regards,
Tobias
Sorry about that. The page should be public now. Could you check it again?
And thanks for the answer to number 2. 🙂
Hi,
yes, now I can see the page 🙂
1) This and the question about the cell height are closely related. These are not looking as in the demo as your theme has its own CSS code to remove the padding of cells, which makes them look rather small. To fix that, please add this to the “Custom CSS”:
#main .tablepress th,
#main .tablepress td {
padding: 8px;
}
#main .tablepress thead .sorting {
padding-right: 20px;
}
3) You have inserted links, yes, but the link text is written outside of the link HTML code. Just move the text for the link (i.e. “Allison Craft Designs Studio”) right before the </a> in the cell.
Regards,
Tobias
Perfection. Phenomenal support. Thanks so much!
Hi,
no problem! You are very welcome! Great to hear that this worked!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
Hi,
thank you, I really appreciate it!
Best wishes,
Tobias