Header home page link is broken when resizing page

Home Support Business Point Header home page link is broken when resizing page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8023
    Anonymous
    Inactive

    Hello,

    I love this theme. Thank you.

    However, I’ve noticed that when I resize the window to a particular size, the header logo link stops working. I found this is true even on the product demo page, which makes me think it is a bug. The link works when the window is full size, but as I resize it smaller it breaks around the point where the menu turns into a hamburger. It works again when the window is very small for some reason.

    This is the link in the top left. The main Business Point logo. I’m using Chrome for Mac Version 67.0.3396.99.

    Any thoughts on how to fix this?

    Thank you.

    #8024
    ProDesigns
    Keymaster

    Hi @mickstart98,

    Thank you so much for your kind words of appreciation! It’s our pleasure to create a theme useful for you and others who can utilize it.

    The issue you’re facing is in our list of updates to a near future theme update. Once you get a notification for the availability of a newer version, please update and this issue should be resolved.

    Meanwhile, a quick patch is to add the following CSS rule to “Appearance >> Customize >> Additional CSS”:
    @media only screen and (max-width:1050px) {
    .site-branding {
    position:relative;
    z-index:99999999;
    }
    }

    Hope this will solve your issue for now and will be permanently resolved with the next update.

    Thank you

    Regards,
    Support Team
    Promenade Themes

    #8025
    Anonymous
    Inactive

    Hi,
    I think it is the same problem, because when viewing my website on a smartphone, the menu is not displaying
    I both tried additionnal css, but it is not ok

    @media only screen and (max-width:1050px) {
    .site-branding {
    position:relative;
    z-index:99999999;
    }
    }

    and

    .site-branding {
    position:relative;
    z-index:99999999;
    }
    }

    Regards,

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