[Resolved] Off Canvas Menu overflows only on iOS

Home Forums Support [Resolved] Off Canvas Menu overflows only on iOS

Home Forums Support Off Canvas Menu overflows only on iOS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2315372
    Yannick

    Hello,

    I am using an off canvas menu, which works great, but if certain menu entries are opened in an WebKit based browser (I can only test with iPadOS and iOS), the menu overflows to the right. You can see how the close button moves to the right. That doesnt happen on other devices, so I think it is some browser specific CSS issue, but I am not able to find out what the issue is.

    Perhaps you now the answer?

    Kind regards
    Yannick

    #2315379
    David
    Staff
    Customer Support

    Hi there,

    i only notice it on smaller devices where there isn’t room for this link text: Reform des Psychotherapeutengesetzes
    You can try adding word-wrap to the menu items:

    #generate-slideout-menu .main-nav .sub-menu a {
        word-wrap: anywhere;
    }
    #2315455
    Yannick

    Hi David, that fixed it thank you very much! I thought I tried that before but I think I missed it.

    #2315461
    David
    Staff
    Customer Support

    Glad to hear that!

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