Site logo

Archived topic

Problems with header height

3 replies · Started by arkitekt on December 28, 2015

Viewing posts 1–4 of 4

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

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;
}

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

No worries! I'm glad I was able to help :)

This archived topic is closed to new replies.