Site logo

Archived topic

Slideout Navigation - Different Breakpoint

6 replies · Started by Sarah Denise on May 15, 2018

Viewing posts 1–7 of 7

Hi,

I have my navigation as a menu bar in desktop view and once it reaches the width of 768px, it becomes a slideout navigation. This is working really well.

However, I want it to change to a slideout navigation from 1150px instead.

Thanks,
Sarah

Thanks David,

That helped changing the breakpoint.

Now my problem is, the menu-toggle shows on a second line. I tried fixing it by changing the css to:

.main-navigation .menu-toggle,
.main-navigation .mobile-bar-items,
.sidebar-nav-mobile:not(#sticky-placeholder) {
display: block;
float:right;
clear: none;
width: auto;
}

but now it overlaps with the search button on the right inside the div class=mobile-bar-items.

Hi Sarah, can you provide a link to the site?

Hi Denise, try adding position: static; to the extra code you have added

This archived topic is closed to new replies.