• Resolved pbwpwork

    (@pbwpwork)


    Hi,

    Just done some customisation to the theme. It looks OK, but the header needs to be thinner. Is anyone about to tell me how to reduce the height of the header?

    Many Thanks,

    Paul

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello pbwpwork ,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    #header {
        height: 80px !important;
    }

    Hope this will helps you.

    Thanks.

    Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks for using Leeway.

    As alternative, you can also use this CSS snippet:

    #header {
        padding: 1.0em;
    }

    Cheers,
    Thomas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Height of the header’ is closed to new replies.