Home › Forums › Support › How to create a larger space between Gutenberg Blocks This topic has 8 replies, 3 voices, and was last updated 3 years, 3 months ago by talwhite. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts December 26, 2022 at 6:52 pm #2474283 talwhite Hello, Is there any way to set a default amount of space between Gutenberg blocks? Thank you, Tal White December 26, 2022 at 7:27 pm #2474295 Fernando Customer Support Hi Talwhite, One way would be to use custom CSS code. For instance, this CSS code targets the top and bottom margins of all Paragraphs and H1s: p, h1 { margin-top: 10px !important; margin-bottom: 10px !important; } Are you wanting to create a default spacing for all elements in a page’s content? December 26, 2022 at 11:34 pm #2474406 talwhite Hello Fernando, Yes, I want to create a default spacing for all elements in a page’s or post’s content. Any thoughts are appreciated. December 26, 2022 at 11:40 pm #2474412 Fernando Customer Support I see. This CSS code adds top and bottom margins to all nodes/elements inside your post’s content: .single-post .entry-content * { margin-top: 10px !important; margin-bottom: 10px !important; } December 27, 2022 at 12:13 am #2474427 talwhite Where would I post the CSS code? December 27, 2022 at 12:31 am #2474433 Fernando Customer Support In Appearance > Customize > Additional CSS. December 27, 2022 at 9:05 am #2474908 talwhite Hi Fernando, Thank you … I noticed I already have some info in Appearance > Customize > Additional CSS: .post-image { margin-bottom: 0!important; Should this be deleted? Does it override your code of: .single-post .entry-content * { margin-top: 15px !important; margin-bottom: 15px !important; } Thank you for your patience! December 27, 2022 at 1:27 pm #2475072 LeoStaff Customer Support Can you link us to the page in question? December 28, 2022 at 10:53 am #2475995 talwhite Hello, My goal is to have 15px spacing between any block within any/all WordPress posts or pages. Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In