Mobile menu not on mobile devices

Hello, my mobile menu does not show on mobile devices. I cannot find out what’s wrong. My website: https://zwerfafvalchallenge.nl

Hi Vink,

Thanks for writing in!

Your mobile menu icon is somehow hidden. You may have added a code or something has prevented it from displaying.
To resolve this issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

#x-btn-navbar {
    display: inline-block;
    margin-top: 65px;
    font-size: 30px;
    float: right;
}

We would loved to know if this has work for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.