Title: space issue between blocks
Last modified: October 5, 2024

---

# space issue between blocks

 *  [chronocide123](https://wordpress.org/support/users/chronocide123/)
 * (@chronocide123)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/space-issue-between-blocks/)
 * Hi everyone, I’m a graphic designer with extremely basic knowledge about coding
   and CSS.
 * I’m juste trying to fix one thing on my website, I would like the spacing between
   images and blocks to always be 9px, somehow I managed to do that on the home 
   page but the margin is not consistent in other pages.
 * 
   [https://atelier-pesmois.fr/](https://atelier-pesmois.fr/)here the margin is
   good between images, always 9px between all blocks / images
 * [https://atelier-pesmois.fr/enfilade-suspendue/](https://atelier-pesmois.fr/enfilade-suspendue/)
   
   here the margin is bigger between images as well as between text blocks below
 * when I looked at the chrome developper tool I noticed this :
 * :root {
   –wp–custom–spacing–tw-small: 40px;–wp–custom–spacing–tw-margin-medium:
   48px;–wp–custom–spacing–tw-medium: 60px;–wp–custom–spacing–tw-large: 80px;–wp–
   style–columns-gap-default: 32px;}
 * I have spotted this, when I change the values from 48px to 9px and 60px to 9px
   manually in the developper tool, it works. But I have no idea how to implement
   it for real.
 * I use the theme “Dawson” and I have installed the extensions “Twentig” and “Duplicate
   Page” only
 * Any clue on how to fix my issue?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fspace-issue-between-blocks%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/space-issue-between-blocks/#post-18056107)
 * The “–tw-small”, “–tw-medium”, etc. values are coming from the Twentig plugin.
   It likely has some settings somewhere where you can specify your own preferences.
   If you continue to have difficulty in locating the right place to make such changes,
   I recommend asking for guidance in [the plugin’s dedicated support forum](https://wordpress.org/support/plugin/twentig/).
 * If all else fails, you could add custom CSS to override the defaults in the Additional
   CSS section of the site editor’s style book. CSS similar to:
 *     ```
       body .wp-block-post-content .wp-block-columns + * {
           margin-top: 9px !important;
       }
       ```
   
 * If you try this, first try without the `!important` modifier. Only use `!important`
   modifiers when there are no other options to get the styling you desire.
 *  Thread Starter [chronocide123](https://wordpress.org/support/users/chronocide123/)
 * (@chronocide123)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/space-issue-between-blocks/#post-18056484)
 * Hi, thanks for the prompt reply, your proposal didn’t work but I just removed
   twentig and everything was actually solved. The little extra configuration I 
   lost getting rid of the extension is worth having an easier interface to work
   with and less weird stuff happening when I try to adjust things as neatly as 
   possible with the basic graphic interface.
 * I also had posted the same question on te twentig support forum.
 * Anyway thanks again

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

The topic ‘space issue between blocks’ is closed to new replies.

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 2 replies
 * 2 participants
 * Last reply from: [chronocide123](https://wordpress.org/support/users/chronocide123/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/space-issue-between-blocks/#post-18056484)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
