Search Results for 'mobile menu'

  • AutoActionGroup
    Participant

    I have read through some of the previous posts and it appears that a few of us are having or at least have had the same issue, which is the responsive menu is on top of the logo when viewing the site on a mobile phone.

    I saw this CSS in a previous entry – but it didnt solve my problem.

    Please advise

    please take a look at http://www.autoactiongroup.com

     

    anghmiller
    Participant

    Hi,

    I’m having trouble with my mobile and my desktop menus matching? All I see on the mobile is the dropdown with 3 items, which fall under service in the main menu. The main menu items are not seen. (portfolio, about, services, contact) Please advise.

    https://www.millerdesigns.net

    Thanks,

    Angie

    In reply to: Fine-tuning the menu

    Mirela
    Participant

    Hello,

    Yes, please add this code to your custom css box:

    @media (max-width: 1100px){
    header#header #navigation { display: none !important;}
    .mobile_small_menu { display: block !important;}
    #logo {padding-left:40% !important}
    }

    Result screenshot: https://postimg.org/image/r36xlgv8b/

    Best regards!

    dsmith
    Participant

    Mihaila,

    I currently have the following custom CSS:

    @media (min-width: 1024px){

    nav .menu > li {

    padding-right: 10px !important;

    padding-left: 10px !important;

    }

    }

    @media (max-width: 480px){

    .header_button {

    display: block !important;

    margin-right: -85px !important;}

    #logo {    left: -45% !important;}

    }

    Can you help me get my menu to switch from desktop to tablet/mobile at 1100px?

    Also, at 676px, my button disappears, then reappears at 480px. Can you help me with the CSS to make sure the button displays on all layouts?

    Thank you.

    vincentsindesign
    Participant

    Hi,

    The first item on my page is a blog ROW that i have set a 90px buffer on the top so that it does not overlap the logo and menu at the top of the page.

    When i change to mobile view, it seems that the 90px starts from underneath the logo and menu’s so there is an additional 90px between the top logo bar and the first row.

    How can i fix this?

     

    Thanks

    Mirela
    Participant

    Hello,

    Yes, add this code into your custom css box to make the current active sub-menu item font color white:

    nav li.current-menu-item > a {
        color: white !important;
    }

    Keep in mind that the drop-down menu font is styled in General Options > Header Options > Dropdown Options & Mobile Menu.
    Let us know.

    Best regards!

    Mirela
    Participant

    Hello,

    1-You must have left out some css classes that may ‘cover’ the menu icon (have a greater z-index). if you send us your site’s url, we can give it a closer look and help you with the right css.

    2-You can achieve this using custom css. Please refer to this topic regarding this: https://support.codeless.co/?topic=mobile-logo-menu-color-change

    3-Uber menu is a third party plugin not tested from us. We can not guarantee it’s compatibility with theme. Sorry but third party plugins are not supported.

    *Please consider renewing your support to receive further help from us.

    Best regards!

    Airacom
    Participant

    Hi, we have two / three issues with the mobile version.

    1. We cannot access the menu as the logo is covering the menu. With some changes to the CSS even when the menu button is not covered by the logo it is still not clickable / useable.

    2. The logo is to big on the mobile view. How can we make it smaller for the mobile user and/or even show a different logo type on the mobile view as we have variations of logo for different size formats?

    3. We are using the Uber menu and we have noticed that your menu button is visible, upon clicking then you get the uber menu button dropping down (when it was semi working). How do we have just the one menu button, ie uber menu button so the user clicks one menu button rather than having two?

    Appreciate your help.

    Mirela
    Participant

    Hello,

    You can style the mobile menu drop-down in Specular > Header Options > Dropdown Options & Mobile Menu.
    Let us know.

    Best regards!

    davewentcodeless
    Participant

    I need some help changing the background color for the mobile menu background. I can’t seem to find the place that lets you modify that.

    Mobile Menu (before click)

    https://s.nimbus.everhelper.me/share/1226878/t2g12s2mq225ld51knwk

    Mobile Menu (after click)

    https://s.nimbus.everhelper.me/share/1226880/2xecs1zdts7rs7po24mo

     

     

    Mirela
    Participant

    Hello,

    Can you please be more specific? As written in my last reply, there are two choices:
    -remove responsiveness of site, and therefore normal menu will display in mobile as well;
    -Keep site responsive but hide mobile hamburger menu and show up normal menu;
    If you are referring to the second method, i can give you the basic code. But as stated before, there is additional styling to do and that is not included in support.
    Please add this code to show normal menu in mobile and hide the default hamburger menu:

    @media (max-width: 991px){
     .cl-mobile-menu-button {
        display: none;
    }
      .cl-mobile-menu {
        display: block;
      }
      .cl-mobile-menu nav > ul > li {
        padding-top: 4px;
        width: 15% !important;
        float: left;
        padding-bottom: 4px;
        padding-left: 4px;
        padding-right: 4px;
    }}

    The result for ipad: https://postimg.org/image/28y3tqf6ej/

    Best regards!

    anna
    Participant

    what code would i use to disable the mobile hamburger nav menu and allow for full menu on mobile?

    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, 8 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!

Viewing 15 results - 796 through 810 (of 1,351 total)