[Resolved] Problems with header height

Home Forums Support [Resolved] Problems with header height

Home Forums Support Problems with header height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #162166
    arkitekt

    hi tom

    after some updates (wp 4.4, and others that followed), my header has a an additional “border”. i dont know what is causing this. the title “arkitektur” should be at the bottom of the header, so that the white of those letters are connected with the white border just below the header (the header is the dark blue ribbon). if you need a printscreen, let me know.my website: http://www.arkitektur.ch

    thx raphael

    #162192
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This is because you added this to your child theme:

    li {
        padding-bottom: 0.5em;
    }

    To counter, you can do this:

    .main-navigation li {
        padding-bottom: 0;
    }
    #163637
    arkitekt

    hi tom

    thx a lot! i forgot that navigation is a list … sorry for asking such simple things and thank you for your help!! the funy thing ist, that it was the old way for quite some time and only after some updates it came up. anyway, it is solved, great, thx!!!!!!!!!!

    raphael

    #163760
    Tom
    Lead Developer
    Lead Developer

    No worries! I’m glad I was able to help 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.