Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1076049

    Hi,

    We have customized the mobile menu and it works great, however the logo above is not linking on mobile. Any suggestions?

    #1076641

    Hey GWS,

    What type of customisations did you do and why is the logo linking to a placeholder page?

    Best regards,
    Rikard

    #1076789
    This reply has been marked as private.
    #1078284
    This reply has been marked as private.
    #1078394

    Hi,

    Sorry for the late reply.
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #header .widget {
        padding: 0;
        height: 85px;
        top: 75px;
    }
    

    and delete following custom CSS code

    
    @media screen and (max-width: 768px) {
    #custom_html-3 > div {
        margin-top: 45px;
    }}

    Best regards,
    Yigit

    #1078745

    Thank you for your response. What you suggested didn’t work, but I figured it out. I added z-index in two places as shown below and now the logo link is working. Thanks!

    .responsive #top #wrap_all .main_menu {
    z-index: 1
    }
    .logo {
    width: 100%!important;
    z-index: 99;
    }

    #1078879

    Hi,

    Glad you figured it out and thanks for sharing your solution :)
    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile logo link not working’ is closed to new replies.