Title: Equal Column width
Last modified: November 7, 2018

---

# Equal Column width

 *  Resolved [coolsmurf](https://wordpress.org/support/users/coolsmurf/)
 * (@coolsmurf)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/equal-column-width/)
 * Hi,
 * For the link to the page that I need help with, the images in the column are 
   too small. How do I make them of equal width so that it looks like this
    [https://creatz3d.com.sg/plastic-3d-printers/materials/fdm-thermoplastics/](https://creatz3d.com.sg/plastic-3d-printers/materials/fdm-thermoplastics/)
 * i tried something like this, but it didn’t work
 *     ```
       .tablepress-id-80 .column-1,
       .tablepress-id-80 .column-2,
       .tablepress-id-80 .column-3 {
       	width: 33%;
       }
       ```
   
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fequal-column-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/equal-column-width/#post-10855474)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * The table on that page is table 17, and not 80, so that the CSS from above will
   not help. Now, you are however using similar CSS for table 17 already, so that
   you will simply have to adjust that a bit. Instead of setting the same width 
   with the CSS
 *     ```
       .tablepress-id-17 .column-1,
       .tablepress-id-17 .column-2,
       .tablepress-id-17 .column-3 {
         width: 150px;
       }
       ```
   
 * you will need to set different column widths here, e.g.
 *     ```
       .tablepress-id-17 .column-1,
       .tablepress-id-17 .column-2 {
         width: 20%;
       }
       .tablepress-id-17 .column-3 {
         width: 60%;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [coolsmurf](https://wordpress.org/support/users/coolsmurf/)
 * (@coolsmurf)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/equal-column-width/#post-10855711)
 * thanks tobias for your fast reply. but nothing changes even after i input the
   code that you stated above with the percentages.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/equal-column-width/#post-10855721)
 * Hi,
 * please hard-refresh the page in the browser (press Shift+F5) to clear the browser
   cache. After that, you should see the change.
 * Then, I also recommend to uncheck the “Use DataTables” checkbox on the “Edit”
   screen of this table, as you are not using the feature and could therefore save
   a bit of loading time.
 * Regards,
    Tobias
 *  Thread Starter [coolsmurf](https://wordpress.org/support/users/coolsmurf/)
 * (@coolsmurf)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/equal-column-width/#post-10856621)
 * awesome as always Tobias! thank you for the fast reply and always the right answer!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/equal-column-width/#post-10857004)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/plugin/tablepress/reviews/#new-post)
   here in the plugin directory. Thanks!

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

The topic ‘Equal Column width’ 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

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

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/equal-column-width/#post-10857004)
 * Status: resolved