Tagged: x Author Posts April 3, 2016 at 4:40 pm #865051 xsimon59Participant Hi- On this page: http://bostonhypnosis.com/wordpress/clients/ I’m trying to get rid of the extra white space between H1 and H4 in the second row (where it says 98% better). This is the code I’m using that’s not working. Can you help me? Thanks. .page-id-2407 .x-content-band-2 { margin: 0 !important; padding: 0px 0 !important; } .page-id-2407 #x-content-band-2 { min-height: 0px !important; } April 3, 2016 at 4:42 pm #865058 xsimon59Participant This reply has been marked as private. April 4, 2016 at 1:06 am #865448 RupokMember Hi there, Thanks for writing in! You can add this under Custom > CSS in the Customizer. .page-id-2407 #x-section-2 h1{ margin-bottom: 0; } .page-id-2407 #x-section-2 h4 { margin-top: 0; } Hope this helps. Cheers! Author Posts