Title: Fixed first column
Last modified: December 19, 2016

---

# Fixed first column

 *  [Hasel29](https://wordpress.org/support/users/hasel29/)
 * (@hasel29)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/fixed-first-column/)
 * Hi,
 * is this possible to fix the first column? I have try something like this:
 *     ```
       tr td:first-child, tr th:first-child {
           position:absolute;
           width:200px;
           left:0;
           top:auto;
           background:#F8F8F8;
           z-index:1;
       }
   
       .stacktable.large-only {
           margin-left: 11.5em;
       }
       ```
   
 * but it’s not work correctly. Can anyone help me?

The topic ‘Fixed first column’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/table-maker_30bfab.svg)
 * [Table Maker](https://wordpress.org/plugins/table-maker/)
 * [Support Threads](https://wordpress.org/support/plugin/table-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/table-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/table-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/table-maker/reviews/)

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [Hasel29](https://wordpress.org/support/users/hasel29/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/fixed-first-column/)
 * Status: not resolved