• Resolved thenikos

    (@thenikos)


    hi everybody,
    i would like to know if there is a way to reduce the vertical size of the twenty twenty theme header. for my taste it is too big 🙂
    i would like it to be very … distinctive.
    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Twentig

    (@twentig)

    Hi @thenikos,

    To reduce the height of the header, you can add some custom CSS to modify its padding. Inside the Customizer, open the Additional CSS panel and paste the following code (adjust the 2rem value as you like):

    .header-inner {
        padding: 2rem 0;
    }

    I hope the above is useful to you,
    Have a nice day.

    Thread Starter thenikos

    (@thenikos)

    thank you very much !!! it worked exactly as i wanted 🙂
    have a nice day too !!

    Plugin Author Twentig

    (@twentig)

    @thenikos, Great!
    If you enjoy Twentig, please leave us a review 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘header vertical size’ is closed to new replies.