Title: Remove padding between columns
Last modified: June 26, 2022

---

# Remove padding between columns

 *  Resolved [vytaulla51](https://wordpress.org/support/users/vytaulla51/)
 * (@vytaulla51)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/remove-padding-between-columns/)
 * Hi:
    Thank you for this theme!
 * I want to be able to remove the padding / spacing between columns for a particular
   layout and per this article:[https://wordpress.com/support/wordpress-editor/blocks/columns-block/](https://wordpress.com/support/wordpress-editor/blocks/columns-block/)
   I should be able to do that. But I don’t see any controls below Color > Text &
   Background. Below that is Advanced. No access to padding or margins that I can
   find. Is this something NOT available in this theme?
 * I want to be able to have 3 columns with no spacing between that can be filled
   with color as addressed in this [https://github.com/WordPress/gutenberg/issues/24874](https://github.com/WordPress/gutenberg/issues/24874)
 * If it’s unavailable in Getwid Base is there CSS that could work?
 * Thank you very much!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-padding-between-columns%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Eugene White](https://wordpress.org/support/users/eugenewhite/)
 * (@eugenewhite)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-padding-between-columns/#post-15794378)
 * Hello there!
 * First of all, I would like to inform you that the “Dimensions” option is available
   in block-based themes only. Our Getwid Base theme is not one of them. So you 
   may need to add some custom CSS to remove spacing between columns. Here’s an 
   example:
 *     ```
       .wp-block-column:not(:last-child), .wp-block-column:not(:first-child){
       margin-right: 0;
       margin-left: 0;
       }
       ```
   
 *  Thread Starter [vytaulla51](https://wordpress.org/support/users/vytaulla51/)
 * (@vytaulla51)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-padding-between-columns/#post-15815818)
 * Hi:
    Thank you for responding.
 * I was under the impression Getwid Base was block-based. What is the distinction?
   And does MotoPress offer a block-based theme?
 *  [Eugene White](https://wordpress.org/support/users/eugenewhite/)
 * (@eugenewhite)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-padding-between-columns/#post-15821016)
 * Hello there!
 * A block theme is a WordPress theme with templates entirely composed of blocks
   so that in addition to the post content of the different post types (pages, posts,…),
   the block editor can also be used to edit all areas of the site: headers, footers,
   sidebars, etc. At this moment we don’t have any fully block-based theme, unfortunately.
 *  Thread Starter [vytaulla51](https://wordpress.org/support/users/vytaulla51/)
 * (@vytaulla51)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-padding-between-columns/#post-15826207)
 * Thanks for the reply.

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

The topic ‘Remove padding between columns’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/getwid-base/1.1.6/screenshot.png)
 * Getwid Base
 * [Support Threads](https://wordpress.org/support/theme/getwid-base/)
 * [Active Topics](https://wordpress.org/support/theme/getwid-base/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/getwid-base/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/getwid-base/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [vytaulla51](https://wordpress.org/support/users/vytaulla51/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/remove-padding-between-columns/#post-15826207)
 * Status: resolved