Home › Forums › Support › Decrease White Space Under Line of Text in Block Editor This topic has 4 replies, 2 voices, and was last updated 5 months, 2 weeks ago by Trish. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts October 12, 2022 at 8:20 pm #2371776 Trish Lost again… I have a line of text that appears above my autoresponder’s form that is forcing a large white space between the text and the form. See screen print here: https://www.awesomescreenshot.com/image/33353562?key=6a72295f34a2618f0624153df460e72c How can I reduce that space so that the text sits flush on the bottom of the block? Have tried so many different things… but… once again, this new block editor is complicating issues. Thank you in advance, Trish October 12, 2022 at 8:48 pm #2371789 Fernando Customer Support Hi Trish, To clarify, does this line of text appear only in this page, and would you like to remove this space only for this page if so? If it’s just for this page, try adding this in Appearance > Customize > Additional CSS: .home .entry-content .wp-container-10.wp-block-column > p { margin-bottom: 0; } The text is built with a WordPress Paragraph Block which has a default bottom margin, thus, the need for custom code. October 12, 2022 at 10:01 pm #2371805 Trish You are a gem Fernando… it WORKED perfectly! Thank YOU!!!!!!!!!!!!! October 12, 2022 at 10:12 pm #2371810 Fernando Customer Support You’re welcome Trish! Alternatively, a more ideal approach for reusability is to add class remove-margin-bottom to the Paragraph Block, then add this CSS instead: .remove-margin-bottom { margin-bottom: 0 !important; } In this way, if you need to remove the bottom margin of any Paragraph Block, you just give it a class remove-margin-bottom Relevant article: https://wordpress.com/support/wordpress-editor/adding-additional-css-classes-to-blocks/ October 12, 2022 at 10:16 pm #2371811 Trish That was one of the FIRST options I tried and it failed to work for me. Your previous script worked PERFECTLY! Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In