Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #865051

    xsimon59
    Participant

    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;
    }

    #865058

    xsimon59
    Participant
    This reply has been marked as private.
    #865448

    Rupok
    Member

    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!