Site logo

Archived topic

New breakpoint for mobile menu

5 replies · Started by Sebastian on February 16, 2017

Viewing posts 1–6 of 6

Hi,

how can I set a new breakpoint for my menu switching into mobile menu (hamburger menu)?

The actual breakpoint is the standard at 768px. I need the switch at 880px.

Site is http://disun.codable.de/.

Thanks for your help.

Sebastian

Try this CSS:

@media (max-width: 880px) {
    .site-header .inside-header {
        text-align: center;
    }
}

Let me know.

Perfect Leo!

Thank you for quick solution.

Sebastian

You're welcome :)

This archived topic is closed to new replies.