Title: A few CSS Issues
Last modified: August 20, 2016

---

# A few CSS Issues

 *  Resolved [corpcasting](https://wordpress.org/support/users/corpcasting/)
 * (@corpcasting)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/a-few-css-issues/)
 * Hey guys. LOVE LOVE the plugin. But I have a few CSS issues I need some help 
   with.
 * 1. The sort arrows in the header row are spilling into the next column.
 * 2. Adjusting the text size using custom CSS didn’t seem to affect the headers.
   Is there a separate code needed for this?
 * 3. I have the second row of the first column hyperlinked and it isn’t carrying
   over (Allison Craft Design Studio).
 * Any ideas on these?
 * Link – [http://30a.com/deals/](http://30a.com/deals/)
 * Thanks in advance for any help!
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Thread Starter [corpcasting](https://wordpress.org/support/users/corpcasting/)
 * (@corpcasting)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/a-few-css-issues/#post-3483240)
 * 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.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/a-few-css-issues/#post-3483329)
 * 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
 *  Thread Starter [corpcasting](https://wordpress.org/support/users/corpcasting/)
 * (@corpcasting)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/a-few-css-issues/#post-3483349)
 * Sorry about that. The page should be public now. Could you check it again?
 * And thanks for the answer to number 2. 🙂
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/a-few-css-issues/#post-3483353)
 * 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
 *  Thread Starter [corpcasting](https://wordpress.org/support/users/corpcasting/)
 * (@corpcasting)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/a-few-css-issues/#post-3483356)
 * Perfection. Phenomenal support. Thanks so much!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/a-few-css-issues/#post-3483357)
 * 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!
 *  Thread Starter [corpcasting](https://wordpress.org/support/users/corpcasting/)
 * (@corpcasting)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/a-few-css-issues/#post-3483360)
 * Gladly done.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/a-few-css-issues/#post-3483362)
 * Hi,
 * thank you, I really appreciate it!
 * Best wishes,
    Tobias

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘A few CSS Issues’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 8 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/a-few-css-issues/#post-3483362)
 * Status: resolved