Please I need your assistance. How can I change the width at which the sandwich button on top right appears and the standard top menu disappears? Currently the breakpoint is (I guess) 768px, but that's too low for my needs. In global.css I have edited this entry:
@media(min-width:768px){.navbar-toggle{display:none}}
into this one
@media(min-width:1024px){.navbar-toggle{display:none}}
but unfortunately that did not do the trick.
Anyone using Agency theme can help me here? That would be much appreciated. Thanks.