• Resolved Pixel_me

    (@pixel_me)


    Hi

    Since the last updates my client has this weird problem with his header. On the homepage, foto’s page and contact page, the header shows correctly. But when you visite the “piercen” page and the “nazorg” page, the header gets some extra space at the bottom. Is this some kind of error? I reinstalled the theme and also WordPress but it didn’t solve anything.

    An other weird thing: on my “foto’s” page, I use a few “h2” tags. In the theme options I typed a dark red color. For some reason, it works on every page, except the “foto’s” page. Now I just used a <span color> to fix it. But first they where just plain black. Is this also an error?

    Something I can do? Or is this going to be solved in a next update?

    Kind regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • 1. I’m not sure why this is happening, but a simple fix will be to add this CSS to Theme Options> Advanced Settings:

    header.banner.headerclass {
        max-height: 80px;
    }

    2. I’m not experiencing this on my site. Have you tried deactivating your plugins to see if there is a conflict?

    -Kevin

    Thread Starter Pixel_me

    (@pixel_me)

    Thanks for the header fix.

    I tried deactivating all the plugins but the problem stays the same. Maybe the new WordPress update broke something (a WordPress reinstall did not work either).

    But for now, with the little fixes, everything looks back to normal.

    Thanks!

    You’ve got this CSS in your Custom CSS box that’s targeting the h2 elements on your Fotos page:
    .fotos h2{color:#69584b}

    this would cause the page to ignore your settings for h2 in theme options.

    -kevin

    Thread Starter Pixel_me

    (@pixel_me)

    Yes! Totally overlooked that one. Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Different header height problem’ is closed to new replies.