• Resolved WPChina

    (@wordpresschina)


    Is there a bug in the menu in the header? When the screen is small on a tablet or phone, the menu opens correctly… but how can the menu close. Is there an “X” I am missing? How does the user close the menu?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @wordpresschina,

    When using this theme the “hamburger” menu on smaller screens actually transforms to close button for me, is this not the case for you?

    Can you share your site URL so I can check it out?

    Here’s how it looks on my end:
    menu

    Cheers,
    Predrag

    Thread Starter WPChina

    (@wordpresschina)

    Actually I do see it sometimes now. the X close button looks like it is hidden behind the menu. I switched on and off the sticky header, but it has no affect. As the screen gets smaller, the X moves from above the menu to below and then disappears under the menu. I only have 2 menu items.

    I’d rather not provide a link on the site here, so you have any idea what could be causing the problem?

    I’m not much familiar with this theme and I couldn’t replicate the issue on my own installation so I’m not sure what could be causing it for you and looking at site directly would help me debugging this.

    Could you contact me directly with your URL, you can use contact form on our site here:
    https://premium.wpmudev.org/contact/

    Important: Select “I have a different question” for your topic – this and the subject line ensure that it gets assigned to me.

    Send in:

    Subject: “Attn: Predrag Dubajic”
    – Link to your WordPress site
    – Link back to this thread for reference
    – Any other relevant urls

    Cheers,
    Predrag

    Thread Starter WPChina

    (@wordpresschina)

    Thanks Predrag: actually I have been a wpmudev user for a few years and will login and post it to you there ??

    Hi @wordpresschina,

    What is your site url?

    Thread Starter WPChina

    (@wordpresschina)

    Ok, this was solved by @wpmudev-support1

    The problem is if the logo is too big, it offsets the “X” and doesn’t resize well.

    So @wpmudev-support1 gave me this code and it fixed it immediately:

    @media screen and (max-width: 768px) {
    .site-branding {
    width: 80%;
    }
    }

    Thank you ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How does the user close the menu?’ is closed to new replies.