Search Results for 'mobile menu'

  • Mirela
    Participant

    Hello,

    You can do that. But only if you remove the responsive mode from the site. So it won’t change to mobile menu style when the screen is small. If you keep the responsiveness of the site and want to just change the menu from mobile to normal in responsive mode, then there is a lot of styling you need to add for the menu to show properly like in the desktop version.
    This is a customization not included in support so i suggest you do it yourself or hire a developer to help you.

    Best regards!

    Mirela
    Participant

    Hello,

    Sorry for the late reply.
    There is this option in General Options > Header options > Show header tools in responsive (Mobile), that allows you to switch on/off the option to show or hide the menu in mobile. You had it off already that is why the mobile menu was not showing.
    I changed it already. I also added this css:

    @media (max-width: 480px){
    #logo { left: 43px !important;}
    #logo img { 
        height: 35px !important;    
        margin-top: -14px !important;}
    }

    ..into your custom css to style the logo size in mobile. Result: https://postimg.org/image/7tlndb1haj/
    Please check your site.

    Best regards!

    • This reply was modified 7 years, 10 months ago by Mirela.
    Ruco
    Keymaster

    Hello,

    I checked it on desktop and mobile and it look pretty fine, the header is sticky, the slider is behind the menu and the nav and socials colors are OK. Can you be more clear whats’ the issue? In what device are you checking?

    Best regards!

    anna
    Participant

    can i disable the mobile version of the menu and keep the full menu layout for phone and tablet users?

    any css code for this?

    In reply to: No mobile menu

    Mirela
    Participant

    Hello,

    The option to show up menu in mobile was off. I set it ON in Header Options > Show Responsive Menu Dropdown.
    Please check your site.

    Best regards!

    sarahlouisewaterhouse
    Participant

    Hi,

    no sign of a mobile menu on the site. Please can you help.

    https://playjazzweekend.co.uk/rachel

    In reply to: Mobile Not Working

    Mirela
    Participant
    This reply has been marked as private.
    Mirela
    Participant

    Hello,

    1-Yes, that was it. I put the code inside the @media rule so it will take effect only for screens larger than 1024px.

    2-The “Estatik Pro” plugin is the culprit. I deactivated it and the menu in mobile shows up just fine. Please check it.

    3-You can make it visible using custom css. Add the custom code into your custom css box in General. Sorry but this is a personal customization not included in support.
    Let us know.

    Best regards!

    marco.centrodellaceramica
    Participant

    Hi,

    I am coming back to an issue already discussed and solved for

    https://www.centrodellaceramica.innovaimpresa.com

    regarding adjustments of top menu items, site logo and mobile menu position.

    We applied this custom css code to solve visibility problems:

    @media (max-width: 480px){
    .header_10 #logo { left: 5% !important; }
    .mobile_small_menu { top: 70% !important;}
    #logo img {max-height: 42px !important;}
    }
    
    @media (max-width: 1179px){.top_nav .widget ul li a { color: black !important;}}
    
    @media (max-width: 1179px){.top_nav { display: block !important;}}
    
    @media (max-width: 1179px){
    .top_wrapper {
    padding-top: 80px !important;
    }}
    .list li.simple {
    font-size: 18px !important;
    padding-bottom: 12px !important;
    }
    

    It’s all ok, BUT NOW I DISCOVERED THAT ON SAFARI BROWSER IT SEEMS NOT WORKING.
    IT SEEMS THAT THESE CSS CUSTOM CODES DO NOT WORK ON SAFARI

    Could you help?
    Regards
    Marco

    Marco
    Participant

    Hi,
    I have some problem of visibilty on mobiles for the site misanoimmobiliare.it

    1) There is a blank space between header and the layer slider.
    I do not know if this is caused by this code we added:
    div#layerslider_2 {
    margin-top: 90px !important;
    }

    2) there is no menu iteam appearing on mobile when click on the mobile menu icon

    3) How can I make the top header row visible on mobile?

    Thank you
    Marco

    In reply to: mobile menu button

    marco.centrodellaceramica
    Participant

    Ok, but if I remove this cutsom css the menu item will stay over one of the item of the top header menu.
    So I solved in thsi way:
    I removed the menu item “contatti” fromm the top header on mobiles screens (480px), so the menu icon will not overlay any other element.

    Still some problem of visibility remained when the menu was clicked, and it seems to be solved by using this other code instead:

    .mobile_small_menu {
    top: 70% !important;
    }

    It seems ok now,
    I will make some checks and hope that do no need more help
    thanks
    Marco

    In reply to: mobile menu button

    Mirela
    Participant

    Hello,

    The

    .mobile_small_menu {
        margin-top: 45px !important; 
    }

    in the custom css added, is the culprit. Comment it out and try again. See screenshot:
    https://postimg.org/image/2zew9p88ej/

    Best regards!

    marco.centrodellaceramica
    Participant

    Hi,

    On the site https://www.centrodellaceramica.innovaimpresa.com/

    there is some problem to view the mobile menu button.

    The button seems to be correctly showed on smartphone, but as I click the menu to open the menu and get all menu items listed, the button itself disappear.

    It appears again if I rotate the phone to a landscape view.

    Could you please help?

    Note that I added some css code for mobile menu becouse in this site top header navigation has many icons and one more menu, so it takes some spaces…

    This is some code I added:

    @media (max-width: 1179px){

    header#header #navigation { display: none !important;}

    .mobile_small_menu { display: block !important;}

    #logo { float: right; padding-left: 35% !important;}

    .menu-small ul.menu > li > a {

    color: #101010 !important;

    }}

    @media (max-width: 480px){

    .header_10 #logo {

    left: 5% !important;

    }

    .mobile_small_menu {

    margin-top: 45px !important;

    }

    #logo img {

    max-height: 42px !important;

    }

    }

    @media (max-width: 480px){.top_nav .widget ul li a {

    color: black !important;

    }}

    Regards
    Marco

    GioDuke
    Participant

    Hi. I was checking a website client after several time and I found that mobile menu did not work properly anymore.
    I checked responsive options and header options, but I think everything is fine. What am I missing?
    Can you help me?
    regards

    https://www.becoolfitness.com

Viewing 15 results - 811 through 825 (of 1,354 total)