Title: Set column widths?
Last modified: August 21, 2016

---

# Set column widths?

 *  Resolved [Flanna](https://wordpress.org/support/users/flanna/)
 * (@flanna)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/set-column-widths/)
 * Is there a way to set column widths for individual columns?
 * [https://wordpress.org/plugins/dbview/](https://wordpress.org/plugins/dbview/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [john ackers](https://wordpress.org/support/users/john-ackers/)
 * (@john-ackers)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/set-column-widths/#post-5033324)
 * You have to use a stylesheet or add some additional styling to the theme style.
   css file. For example to set the width of the 1st and 3rd columns.
 *     ```
       .dbview td:nth-child(1)
       {
         width : 50px ;
       }
   
       .dbview td:nth-child(3)
       {
         width : 300px ;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Set column widths?’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [john ackers](https://wordpress.org/support/users/john-ackers/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/set-column-widths/#post-5033324)
 * Status: resolved