Menu on mobile

hello support,

We created header with header builder and we have some problems with menu. Menu is centered and not showing properly. It cant be scrolled and it seems be different than other menus.

Comments

  • You can see on the uploaded image. You cant see all items because menu cant be scrolled. Also there is plus and arrow in the same items that have submenus.

    Is there option on header builder to have slide menu like not using header builder.
  • Hello,
    There is no way to display the side slide menu on the muffin header builder yet.
    Can you send me a link to your website?
    Thanks
  • You can check it here: https://sobel.digitalmedia.rs/grejanje/   

    We read in some comments on themeforest that there will be update soon for that option. Is there some solution for now to make it look better on mobile?

    Thanks
  • Please paste that CSS code into Theme Options > Custom CSS & JS > CSS
    .mhb-menu .menu{
    right:-50px !important;
    }
    Thanks
  • It looks better, it is on the right. But we still have 2 crucial problems:
    1. On menu we have 2 icons for submenus instead 1 icon (plus and arrow, we want to keep just plus)
    2. We still cant scroll the menu and we dont see al menu items - this is crucial problem
  • 1) Please use this CSS code into Theme Options > Custom CSS & JS > CSS
    .menu-item a::after{display: none !important;}

    2) I'm not able to change that, scrolling is disabled on that menu type - you would have to insert items into submenus or decrease the main menu font size a little bit.

    thanks
Sign In or Register to comment.