Title: Change column width
Last modified: January 21, 2019

---

# Change column width

 *  [tuanhoang4](https://wordpress.org/support/users/tuanhoang4/)
 * (@tuanhoang4)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/change-column-width-7/)
 * How can I change the column width? Because some of the page titles isn’t on one
   line.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchange-column-width-7%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * (@diddledani)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/change-column-width-7/#post-11123256)
 * Hi,
 * You can achieve this with the theme customiser’s “custom CSS” feature. You will
   want to add a rule similar to:
 *     ```
       .letter-section ul.columns {
           column-width: 15em;
       }
       ```
   
 * Change `15em` with your preferred width for each column. The default is `15em`
   so you could try something like `20em` to begin with. The size of an `em` is 
   relative to your font size, so it likely varies between sites.

Viewing 1 replies (of 1 total)

The topic ‘Change column width’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/change-column-width-7/#post-11123256)
 * Status: not resolved