• Hi there,

    is it possible to place the menu-toggle (the icon with the three lines that opens the menu in mobile view) beside the site-logo instead of under it?

    Thanks in advance!

    Dennis

Viewing 4 replies - 1 through 4 (of 4 total)
  • Post the url of your website please

    Thread Starter desamson

    (@desamson)

    Sure – that’s ptkffm.de

    Use,

    .site-branding {
    width: 80%;
    float: right;
    margin-top: 5px;
    }
    #site-navigation {
    width: 16%;
    float: left;
    margin: 0 5px;
    }
    .menu-toggle {
    margin: 0;
    }
    .menu-primary-container {
    width: 100px;
    }

    Thread Starter desamson

    (@desamson)

    Thanks for your answer.
    Is that the only possible way to solve the problem?

    Unfortunatelly that lets the elapsed menu look very narrow and uncomplete.

    In addition, I’d like the logo to be in a fixed (size-)relation to the menu-toggle.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Mobile menu – menu-toggle beside logo’ is closed to new replies.