• Resolved MiKeZZa

    (@mikezza)


    Hi,

    On mobile the last arrow is on an other place than the other arrows.

    Is there anybody who can help me with this?

    I see that the b-element is a different width than the others, but I can’t find it in CSS….

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    I have tried to reproduce the issue with the Shopper theme that you are using. But it’s working fine for me. Please apply the following CSS on Appearance > Customize > Additional CSS:

    @media(max-width:767px){
        .wpmm-mobile-menu ul.wp-megamenu li:last-child>a b {
            padding-right: 18px;
        }
    }

    Hopefully, it’ll work for you.

    Regards,
    Mehedi

    Thread Starter MiKeZZa

    (@mikezza)

    Yes, that solves the issue!

    The strange thing is that I think this occured when the description problem from my other topic also occured… So it seems to be related.

    For now I’m fine ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Last arrow of mobile menu wrong place’ is closed to new replies.