• Resolved simplifiedstudio

    (@simplifiedstudio)


    Hi there, I have the simple menu widget utilized in my header, however I am coming across a strange issue where if I zoom out on mobile there is still a portion of the horizontal menu item peeking through next to the hamburger menu. I would like this to be hidden.

    I have the desktop header hidden, the mobile menu with hamburger in question is at full width so I believe there may be some type of error with the menu widget itself.

    (Sorry it doesn’t seem like I’m able to add a screenshot to this post.)

    Any solution to this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Zeba Afia Shama

    (@zebaafiashama)

    Hi @simplifiedstudio

    I hope you are doing well.

    From your description, it seems that a portion of the horizontal menu is still visible next to the hamburger icon when zoomed out on mobile. To address this, you may try applying the following custom CSS which will help hide the extra text and ensure only the hamburger menu is shown on smaller screens:

    @media (max-width: 767px) {

    .eael-simple-menu-container .eael-simple-menu-toggle-text {

    display: none;

    }

    }

    Please add this CSS to your site’s customizer. You can add the custom code, you can go to your WordPress Dashboard => Appearance => Customizer the find the “Additional CSS” section, paste the code and save/publish it.

    This should prevent the horizontal menu text from peeking through and keep the mobile header clean.

    If you still notice any irregularities after applying this, kindly let me know, and I will be happy to investigate further for you.

    Warm regards,

    Thread Starter simplifiedstudio

    (@simplifiedstudio)

    That did the trick. Thank you so much for the quick help Zeba!!

    Plugin Support Zeba Afia Shama

    (@zebaafiashama)

    Hello @simplifiedstudio

    I am glad it worked. If you like our plugin and are happy with our support, we would appreciate it if you would take a moment and give us a 5-star review here: https://ww.wp.xz.cn/plugins/essential-addons-for-elementor-lite/#reviews

    Thank you in advance !

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Issue with Simple Menu on Mobile’ is closed to new replies.