Off canvas content comes back after scroll

5 replies · opened Apr 12, 2016

Pp3LZ3rApr 12, 2016

This problem only exists in Firefox and IE/Edge.

SSemicolon WebSTAFFApr 13, 2016

Hello,

Simply add the following code just after the </header> tag:

This will definitely fix your issue. Let us know if we can help you with anything else or if you find any further issues.

Pp3LZ3rApr 13, 2016

That works like a charm. Thanks alot.

There is more I need to know. I cant figure out how to change the breakpoints for my centered menu. I took the code for it out of this forum. It would be ok if you just see the left logo besides the mobile menu button after going into mobile mode.

Pp3LZ3rApr 17, 2016

I cant figure out how to change the breakpoints for my centered menu. I took the code for it out of this forum. It would be ok if you just see the left logo besides the mobile menu button after going into mobile mode.

SSemicolon WebSTAFFApr 19, 2016

Hello,

You can consider adding your CSS Code for your Custom Menu within the Media Query Breakpoint. Try using the code below:

@media (min-width: 992px) {
	... Your CSS Code
}

You ca simply change the 992px value to your preferred value.

This should definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard