• Resolved kelderkold

    (@kelderkold)


    Hi, using storefront on my shops, and after one of the latest updates I have a problem, on my handheld menu, there is only 33 lines now, the 34′ line is cutted and the rest is not visible.

    In one shop i have 34 and another i have 87 categories, and they did work before.

    In my shops with less than 33 categories it seems OK.

    The problem is general, I did try without child theme and it is the same.

    I can see it on all my phones, and also on PC in handheld mode.

    https://www.slotworld.dk (87)
    https://www.flyandtie.dk (34)
    https://www.barnfluga.se (>33 it’s OK)

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could try something like this in your css:

    .handheld-navigation .menu {
        max-height: 300px;
        overflow: scroll;
    }
    Thread Starter kelderkold

    (@kelderkold)

    Thanks, that help, It is not the correct solution since it will give scrolling lines on the pc, but it works 100% on the handheld versions. (tested at Iphone 6s plus and Iphone 4)

    But I change the px to 450 ??

    .handheld-navigation .menu {
        max-height: 450px;
        overflow: scroll;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Handheld menu cutting after 33 lines’ is closed to new replies.