Site logo

Archived topic

Problem with mobile header (toggle button is placed under the logo)

3 replies · Started by Daniel Moreno Cuerda on October 19, 2020

Viewing posts 1–4 of 4

Hi! Please help :) The mobile header is giving me a problem, the logo and the toggle button are put on top of each other instead of being on the same line. I've tried all kinds of configurations and I can't get it right.

Kind regards.
Dani.

Hi there,

the hidden Uber Menu is causing the reflow.
Try adding this CSS to stop that from happening:

.ubermenu-responsive-default.ubermenu {
    order: 20;
}

You will also need to change the Customizer > Layout > Primary Navigation --> Mobile Menu Breakpoint to 959px to match when the Uber Menu is removed.

Works fine! Thanks!!! :)

Glad to hear that

This archived topic is closed to new replies.