Okay
  Public Ticket #2380705
Header Padding, and I set this?
Closed

Comments

  • Brian started the conversation

    Hi,

    I'm using your prebuilt headers.  The header has something like 53 pixels of padding above and below the menu. Is there a place I can configure the padding/margin for this header.  It looks a little strange as it is now with almost 250 pixels of height between the logo and the padding.

    This template does not seem to support Elementor Header of footer templates, is that correct?

  •  2,636
    Kevin replied

    Hi Brian !

    Please provide the site name, I will check and guide you to adjust

    thank you

  •  2,636
    Kevin replied

    Hi Brian !

    Add this CSS property in Appearance-> Customize-> Additional CSS to reduce the width of the header-layout


    .header-layout21 .header-content {
        padding: 25px 0;
    }

    thank you