Okay
  Public Ticket #1211629
Menu view from mobile
Closed

Comments

  • nicoladifrancesco started the conversation

    When using mobile, there is a viewing problem with the menu (I can't see lastest elements).
    If I scroll to try to see them, only the page scrolls.

    Here is the link.

  •  2,005
    Ocean replied

    Hi,

    I don't see any issue.

    you can send me screenshot about your issue.

  • nicoladifrancesco replied

    I record a video to display the issue. The last element "Contatti" cannot be clicked

  •  2,005
    Ocean replied

    Hi,

    you can add css code. Go to mentor option/styling option/CSS Code

    @media (max-width: 767px) {

    .navigation .main-nav nav.show-nav ul {

    height: 500px;

    overflow: auto;

    }

    }

  • nicoladifrancesco replied

    That solution doesn't fit, it causes what you see in the attached screen.

  •  2,005
    Ocean replied

    Hi,

    you can send me admin account for check.

    set private reply

  •   nicoladifrancesco replied privately
  •  2,005
    Ocean replied

    Have done.

    please check.

  • nicoladifrancesco replied

    Menu works now, but it creates another issue: a bar above above the admin bar that should not be there.
    Check screens to better understanding.

  •  2,005
    Ocean replied

    Sorry.

    I can't access your site. please check your site

  • nicoladifrancesco replied

    It works fine...

  •  2,005
    Ocean replied

    Sorry, But i can't access your site.

    you can check again your site.

    Try add css code

    @media (max-width: 767px) {

    .navigation .main-nav nav.show-nav > div > ul {

    overflow-xhidden;

    }

    }