Title: Table wordpress formatting table width
Last modified: August 22, 2016

---

# Table wordpress formatting table width

 *  [qmedical](https://wordpress.org/support/users/qmedical/)
 * (@qmedical)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/table-wordpress-formatting-table-width/)
 * Hi All,
 * I have read through past forum but I am still unsure of how to go about doing
   it I want to have column 2 to have longer width to contain my content rather 
   going to 2nd line. Please refer to my code below and I will appreciate any help
   given. Thank you! My URL – [http://www.qmedical.com.sg/health-screening-packages/](http://www.qmedical.com.sg/health-screening-packages/)
 * .tablepress-id-12 .column-1 {
    width: 30px; }
 * ,
    .tablepress-id-12 .column-5 { width: 30px; }
 * ,
    .tablepress-id-12 .column-3 { width: 30px; }
 * ,
    .tablepress-id-12 .column-4 { width: 30px; }
 * ,
    .tablepress-id-12 .column-2 { width: 100px; }

Viewing 1 replies (of 1 total)

 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/table-wordpress-formatting-table-width/#post-5832099)
 * I think you will need to add the `table-layout` property to the table like this
 *     ```
       .tablepress {
           border: medium none;
           border-collapse: collapse;
           border-spacing: 0;
           margin-bottom: 1em;
           table-layout: fixed;
           width: 100%;
       }
       ```
   
 * (other settings are already in tablepress-combined.min.css)

Viewing 1 replies (of 1 total)

The topic ‘Table wordpress formatting table width’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/table-wordpress-formatting-table-width/#post-5832099)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
