Title: [Plugin: ULTIMATE TABLES] Ultimate Tables column width
Last modified: August 20, 2016

---

# [Plugin: ULTIMATE TABLES] Ultimate Tables column width

 *  Resolved [half_done](https://wordpress.org/support/users/half_done/)
 * (@half_done)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-ultimate-tables-ultimate-tables-column-width/)
 * Does anyone know how to adjust the column widths in the Ultimate Tables plugin?
   I like the table it created, but need to change the column widths and see no 
   way to do it.
 * [http://wordpress.org/extend/plugins/ultimate-tables/](http://wordpress.org/extend/plugins/ultimate-tables/)

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

 *  Plugin Author [extendyourweb](https://wordpress.org/support/users/extendyourweb/)
 * (@extendyourweb)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-ultimate-tables-ultimate-tables-column-width/#post-3097681)
 * Thanks.
 * We will updating the plugin to edit the column width manually from the administration.
 * To change the column width as the plugin is now:
 * – In the table administration seeks the parameter “Texts” found at the end of
   the options on the table.
 * – The parameter is for setting texts and language texts but you can add code 
   to change the column width. The form looks like this:
 * Parameter texts:
 * _[ Moderator Note: Please post code or markup snippets between backticks or use
   the code button. ]_
 *     ```
       "oLanguage": {
       "sLengthMenu": "_MENU_ Display records per page"
       "sZeroRecords": "Nothing found - sorry"
       "sInfo": "Showing _START_ to _END_ of _TOTAL_ records"
       "sInfoEmpty": "Showing 0 to 0 of 0 records"
       "sInfoFiltered": "(filtered from Total _MAX_ records)"
       }
   
       Parameters texts with column 1 and 2 changed the width:
   
       "oLanguage": {
       "sLengthMenu": "_MENU_ Display records per page"
       "sZeroRecords": "Nothing found - sorry"
       "sInfo": "Showing _START_ to _END_ of _TOTAL_ records"
       "sInfoEmpty": "Showing 0 to 0 of 0 records"
       "sInfoFiltered": "(filtered from Total _MAX_ records)"
       },
       "aoColumnDefs": [
              {"SWidth": "10%", "aTargets": [0]},
       {"SWidth": "10%", "aTargets": [1]}
            ]
       ```
   
 * You can see that by adding the code:
 *     ```
       "aoColumnDefs": [
              {"SWidth": "10%", "aTargets": [0]},
       {"SWidth": "10%", "aTargets": [1]}
            ]
       ```
   
 * change column 0 and 1 to a width of 10%.
 *  Thread Starter [half_done](https://wordpress.org/support/users/half_done/)
 * (@half_done)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-ultimate-tables-ultimate-tables-column-width/#post-3097686)
 * Sorry, maybe I’m missing something. I copied and pasted the code you included
   here, and nothing changed. I tried different column numbers and different percentages,
   but the table looks exactly the same.
 *  [rociold](https://wordpress.org/support/users/rociold/)
 * (@rociold)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-ultimate-tables-ultimate-tables-column-width/#post-3097864)
 * Any update here?
    I had pasted the link code and nothing changed.
 *  [ananta33](https://wordpress.org/support/users/ananta33/)
 * (@ananta33)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-ultimate-tables-ultimate-tables-column-width/#post-3097866)
 * Dears, you need to write sWidth instead of SWidth.
 *  [rociold](https://wordpress.org/support/users/rociold/)
 * (@rociold)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-ultimate-tables-ultimate-tables-column-width/#post-3097867)
 * It didn’t work with the lower case s
 *  [colesie](https://wordpress.org/support/users/colesie/)
 * (@colesie)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-ultimate-tables-ultimate-tables-column-width/#post-3097874)
 * I seem to be having the same issue with the code not working (tried the lower
   case “s” – any other advice anyone can offer?
 *  [captHedge](https://wordpress.org/support/users/capthedge/)
 * (@capthedge)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-ultimate-tables-ultimate-tables-column-width/#post-3097878)
 * I want to do the same – the php doesn’t have a sWidth parameter but the table
   code has been hardcoded to width=100%
 * therefore this needs to be overridden.. thoughts ?

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

The topic ‘[Plugin: ULTIMATE TABLES] Ultimate Tables column width’ is closed to 
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ultimate-tables_eeeff0.svg)
 * [ULTIMATE TABLES](https://wordpress.org/plugins/ultimate-tables/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-tables/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-tables/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-tables/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-tables/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-tables/reviews/)

 * 7 replies
 * 6 participants
 * Last reply from: [captHedge](https://wordpress.org/support/users/capthedge/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-ultimate-tables-ultimate-tables-column-width/#post-3097878)
 * Status: resolved