Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1212177

    Hi

    When clicking on the burger menu, menu only views when you click on the bottom (please see link provided http://keighleyvaults.co.uk/preview)

    There has been some CSS added to make the phone number larger, so not sure if this is causing the problem;

    .phone-info {
    font-size: 16px;
    padding: 0;
    }
    #header_meta .container {
    min-height: 80px;
    }
    #header_meta {
    min-height: 20px;
    height: 20px;
    }
    .sub_menu {
    top: 80px;
    }

    #1212493

    Hey onedesignprint,

    Please provide admin info so we can log in and look into this issue further.

    Best regards,
    Jordan Shannon

    #1212564

    Thanks Jordan, please see private content

    #1212627

    your header-meta overlaps that area:
    you can set the header_meta to less z-index:

    #header_meta {
        z-index: 1 !important;
    }

    Edit : and it overlaps because of a header_meta rule sets min-height to 80px – default value is 30px
    so better get rid of that rule and let the z-index of header_meta to its default value 10

    #header_meta .container {
        min-height: 30px;
    }
    #1212637

    Hi Guenni

    That did the job, thanks so much for your help!

    #1212697

    Hi,

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

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Burger Menu Issues’ is closed to new replies.