Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1353632

    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.

    #1353671

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.