Burger menu bleeds off edge or hidden off edge on screens <755px in width. Please see Redskyshelters.com. I have deleted all custom css and even with no custom css it still happens.
Hi ErikHaagensen,
Thanks for giving us the link to your site.
Is this already fixed? I have checked it and I don’t see the issue even if I adjust the browser width/window to < 755px, but I do see the content misaligned at 768px - 989px which can be fixed by adding this CSS code:
@media only screen and (min-width:768px) and (max-width:989px) {
.html_boxed #main {
overflow: visible;
}
}
Best regards,
Nikko