Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1158842

    Hi there,

    I used the following code to make the transparent logo lager then header:

    .logo img, .logo a {
        max-height: none !important;
    }
    
    .logo {
        height: auto;
    }

    That worked fine but now I recognized, that the transparent image “container” overlaps with the body content.
    So some buttons in the body content are not clickable if the transparent logo is over them by scrolling.

    Any idea how I could solve this?
    Thank you for your help!

    Greetings
    Martin

    #1158857

    Solved by myself:

    #header_main {
        pointer-events: none;
    }
    #1158883

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Transparent logo lager then header overlaps body content’ is closed to new replies.