Reply To: Problems with header height

Home Forums Support Problems with header height Reply To: Problems with header height

Home Forums Support Problems with header height Reply To: Problems with header height

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