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

    Hello Kresi Team
    I have a problem with Menu Items for mobile
    I need to deactivate this option or to change the widh of screen to smaller.
    I would like to have normal menu on mobile screens. So the limit 768px is to high for me.
    There is some threads about it – for example this:
    https://kriesi.at/support/topic/disable-mobile-menu-4/
    but it does not work for me – maybe because higer version of Enfold I have now.
    I would like for advise – what to do to have normal menu on narrow screens?

    best regards
    Jakub

    #1130195

    Hey Jakub,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1131366

    Hi Rikard
    sorry I missed your ansewer.
    I can not post you a link.
    But look at the screenshot.
    screen 1 – more than 768px wide – normal header menu

    screen 2 – less then 768px wide – mobile header menu

    I need to keep normal header menu on each widh of screen
    best regards
    Jakub

    #1132818

    Hi,

    Thank you for the update.

    We actually need to inspect the header. Please let us know once the site is live. Or try to set up a staging site so that we can inspect the issue. Did you add any css modification for the header?

    Best regards,
    Ismael

    #1133015

    Hello Ismael,
    thank you for the answer.
    Because we are working on this page during these days – I had to find any solution for problem.
    Finally I found something in old threads. It seems to be OK for us.
    I have my result – low header (without logo) on wide and narrow screens, without changing to mobile menu (burger), sticky to the top of window.
    I have added lines to Quick CSS in
    Enfold Theme Options/General Styling/Quick CSS

    #header_main .container, .main_menu ul:first-child > li a {
    height: 25px !important;
    line-height: 30px !important;
    }

    @media only screen and (max-width: 767px) {
    .responsive #top .av-main-nav .menu-item-avia-special {
    display: none;
    }
    .responsive #top .av-main-nav .menu-item {
    display: block;
    }}

    @media only screen and (max-width: 767px) {
    .responsive #header_main .container {
    position: fixed !important;
    }}

    The page is already in use but I can not share a link unfortunately.
    If the CSS lines are fine – let’s close the thread.
    Thank you for help.
    best regards
    Jakub

    #1133172

    Hi,

    Glad to know that you’ve found a solution. And thanks for sharing it. We’ll close the thread now.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change of screen widh to activate Mobile Menu’ is closed to new replies.