• Hi guys,
    Trying to get rid of that white gap too, but above lines don’t help..

    I’m trying to set Height to 0px in this line:
    <div class=”header-clone” style=”height: 40px”></div>

    My site luxurybarcelonahotels.com

    Appreciate your help

    Thx,

    Jon

Viewing 1 replies (of 1 total)
  • Hello Jon,

    Please try to use the following CSS code.

    You can add CSS code in DashboardAppearanceCustomizeAdditional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css file of your child theme.

    .header-clone {
        height: 0 !important;
    }

    Kind Regards, Roman.

Viewing 1 replies (of 1 total)
  • The topic ‘Delete Blank gap underneath header’ is closed to new replies.