Uber menu Submenus and mobile menu

Hi,
I’m having some issues with the Uber menu on my site:
1.) Submenu “Contatti” on my site is fullwidth, I’ve tried everything to bring it at the same width as “Contatti” but it remains fullwidth. It seams as it inherits the configuration of the “Software” submenu styling and I want to detach it.

2.) Mobile menu (hamburger) is not positioned well, it is too small and the “Close” (“Chiudi”) button on the submenus I want it to have white color, not grey.

3.) There is a “+” icon at the top right corner of the menu, it is not always visible, for example on the IE 10 you can see it, but if you click there (top right corner of the site) it opens a sort of a blank dropdown menu. I can’t understand it’s source, I would like to eliminate it.

Thanks/ Regards,
Anita

Hi Anita,

Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

Thank you.

Hi,
certainly: www.mediana.com.

I’ve resolved the first issue.

Thanks/ Regards,
Anita

Hey Anita,

Thanks for updating in!

2.) To resolve this issue, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)

body .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
    margin-top: 20px;
}

3.) The “+” icon in your header is the toggle icon for the header widget area. You can disable this in X > Launch > Theme Options > Header > Widget Bar and set it to “None”.

Hope this helps. Please let us know how it goes.

OK, everything great. Only the hamburger icon is too small. How can I make it a little bigger?

Thanks,
Anita

Hello Anita,

You can add following CSS to increase hamburger menu:

.x-btn-navbar, .x-btn-navbar.collapsed {
    font-size: 33px !important;
}

Let us know how it goes.

Thanks.

Great, thanks.

Anita

You are welcome, have a great weekend.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.