I got this weird onscroll effect on my site:
http://bauformat-burger.com/impressum.html
or
http://bauformat-burger.com/datenschutz.html
Couldnt fix it. Can You guys help me?
5 replies · opened Apr 12, 2016
I got this weird onscroll effect on my site:
http://bauformat-burger.com/impressum.html
or
http://bauformat-burger.com/datenschutz.html
Couldnt fix it. Can You guys help me?
This problem only exists in Firefox and IE/Edge.
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.
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.
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.
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