Title: Default column block styles
Last modified: September 12, 2022

---

# Default column block styles

 *  Anonymous User
 * (@anonymized-20586949)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/default-column-block-styles/)
 * Hi, Is it possible to change the default style of column block? For example, 
   whenever I make a new single column block, I want the width to be 1024, font 
   size 0.8rem, and block spacing 10px.Is it possible to change like this?

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

 *  [thelmachido a11n](https://wordpress.org/support/users/thelmachido/)
 * (@thelmachido)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/default-column-block-styles/#post-16005501)
 * Hi @ferhyunt
 * You can change the width, font size, and block spacing for single columns using
   the block settings for each column. These settings can be found on the right 
   side as shown [in this short video. ](https://testthelma.mystagingwebsite.com/wp-content/uploads/2022/09/Screen-Recording-2022-09-13-at-15.17.08.mov)
 * Let me know if that helps
 *  Thread Starter Anonymous User
 * (@anonymized-20586949)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/default-column-block-styles/#post-16006728)
 * Sorry I was not clear about my question, I know I can change the values, whenever
   I make a new column I need to manually readjust the values. Is it possible to
   change the ‘default’ value, so that when I make a new one it already has the 
   data that I use often?
 *  [thelmachido a11n](https://wordpress.org/support/users/thelmachido/)
 * (@thelmachido)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/default-column-block-styles/#post-16012589)
 * Hi @ferhyunt
 * > Is it possible to change the ‘default’ value, so that when I make a new one
   > it already has the data that I use often?
 * I see, you can use CSS to adjust the padding, font size, and width for all your
   columns. You can add the CSS code below to Customiser > Additional CSS area.
 *     ```
       .wp-block-column {
           padding: 10px;
           font-size: 0.8rem;
           flex-basis: 1024px !important;
       }
       ```
   
 * I’m not sure if having the width of all your columns as 1024px is the best idea,
   this will conflict when you want to have more than one column on the column block.

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

The topic ‘Default column block styles’ is closed to new replies.

 * ![](https://ps.w.org/gutenberg/assets/icon-256x256.jpg?rev=1776042)
 * [Gutenberg](https://wordpress.org/plugins/gutenberg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gutenberg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gutenberg/)
 * [Active Topics](https://wordpress.org/support/plugin/gutenberg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gutenberg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gutenberg/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [thelmachido a11n](https://wordpress.org/support/users/thelmachido/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/default-column-block-styles/#post-16012589)
 * Status: not resolved