Title: few customization
Last modified: September 1, 2016

---

# few customization

 *  Resolved [siddardha](https://wordpress.org/support/users/siddardha/)
 * (@siddardha)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/few-customization/)
 * Hi Tobias,
 * Can you tell me how I can add both horizontal and vertical lines and border lines?
 * how to center the data in the all the columns except for the 1st column.
 * The header is coming in light blue. How do we change it?
 * While using the sticky header, the images in header cells are moving sides. At
   first the second column image came over first as it is empty.So I created a transparent
   image for the first column cell, after which the right most cell is going off
   the table. Is there some CSS that might help keep them in exact places.
 * Thanks for the amazing plugin.
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Thread Starter [siddardha](https://wordpress.org/support/users/siddardha/)
 * (@siddardha)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/few-customization/#post-7592187)
 * How to define the space each cell can take?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/few-customization/#post-7592237)
 * Hi,
 * to add borders and to center the text, you can use this CSS
 *     ```
       .tablepress-id-123 thead th,
       .tablepress-id-123 tbody td {
         border: 1px solid #cccccc;
         text-align: center;
       }
       .tablepress-id-123 .column-1 {
         text-align: left;
       }
       ```
   
 * For the color of the table head row, please see [https://tablepress.org/faq/change-background-color-table-head-row/](https://tablepress.org/faq/change-background-color-table-head-row/)
 * I’m not sure about the images with the FixedHeader, unfortunately. Sorry.
 * You could also try to define column width, via tablepress.org/faq/column-widths/
   
   However, keep in mind that the content in the cells defines the minimum widths
   of the columns, so that you might have to reduce that width if you want the column
   to be more narrow.
 * Regards,
    Tobias

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

The topic ‘few customization’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/few-customization/#post-7592237)
 * Status: resolved