• Resolved noamt

    (@noamt)


    Hi,
    The main menu on the header region at mobile display not opening the sub-menu (under the top level) items.
    In Desktop display it is work fine as excepted.

    What is the reason?
    Thanks a lot.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @noamt,

    Can you please provide a link to your website in order to let me inspect it?

    Kind Regards, Roman.

    Thread Starter noamt

    (@noamt)

    Hi @romanbon,
    sorry for the delay,
    https://fastweb.co.il/wordpress/
    I installed fresh wordpress with page 1 that contain sub-menu.
    you can see that on desktop display everything work as expected but not on mobile display.
    edit:
    I just figured out that when clicking on the down arrow it is working but in real device it seems that it is very hard to click on it.
    So, may be to divide the menu item on mobile device width to two parts left and right block display:
    one the left side for the page.
    two, the right side to the down/up arrow.
    Thanks.

    • This reply was modified 8 years, 3 months ago by noamt.
    • This reply was modified 8 years, 3 months ago by noamt.

    Hello @noamt,

    Please try to use the following CSS code.

    You can add CSS code to your site with Simple Custom CSS plugin (just copy CSS code and paste it in Dashboard → Appearance → Custom CSS after installing and activating the plugin). Also you can add CSS code directly to style.css file of your child theme.

    .btn-submenu {
        padding: 6px 10px 6px 12px;
        background-color: rgba(255,255,255,0.05);
        border: 1px solid rgba(255,255,255,0.05);
    }

    Kind Regards, Roman.

    Thread Starter noamt

    (@noamt)

    Great!
    You can check it now on Prod!
    Maybe it will be nice inserting it to the default css theme behavior.
    Thanks.

    • This reply was modified 8 years, 3 months ago by noamt.

    You are welcome @noamt!

    It’s possible that it will be added to main CSS. Have a nice day ??

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Submenu on mobile not working’ is closed to new replies.