Title: column width issue
Last modified: October 4, 2020

---

# column width issue

 *  Resolved [siddardha](https://wordpress.org/support/users/siddardha/)
 * (@siddardha)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/column-width-issue-6/)
 * Ho,
 * I created a block with two columns and inserted an image of 250×250 size and 
   set the image dimensions to be 50% from the block settings.
 * The image column is set at 20% width and the other column is set at 80% width.
   But each column seem to be taking 50% of the page width instead.
 * Please help find where the issue is..
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcolumn-width-issue-6%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [George Appiah](https://wordpress.org/support/users/gappiah/)
 * (@gappiah)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/column-width-issue-6/#post-13491215)
 * Hello,
 * It appears your theme has changed the column container’s CSS display property
   from the default `display: flex` to `display: grid`, that’s why the width option
   is not working, as the `flex-basis` which WordPress uses to set the width of 
   each column only works with flex, not grid.
 * To fix this, place this CSS code in APPEARANCE => CUSTOMIZE => ADDITIONAL CSS.
 *     ```
       .wp-block-columns {
       display: flex !important;
       }
       ```
   
 * Good luck!
 *  Thread Starter [siddardha](https://wordpress.org/support/users/siddardha/)
 * (@siddardha)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/column-width-issue-6/#post-13491378)
 * [@gappiah](https://wordpress.org/support/users/gappiah/)
    Thank you, it worked.

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

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

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 2 replies
 * 2 participants
 * Last reply from: [siddardha](https://wordpress.org/support/users/siddardha/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/column-width-issue-6/#post-13491378)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
