Okay
  Public Ticket #2012718
menu
Closed

Comments

  • Jon started the conversation

    There's an error with the collapsed menu - when the burger icon is visible (narrow windows, phone etc), selecting the icon opens up an area of black beneath, but there are no menu items to select.

    The screen grabs are from an iphone, but the same error occurs in a web browser window on a computer where the window is narrow.

    I need to make sure people using phones & small tablets can navigate the site - please help!!

    Many thanks

    Jon

  •  675
    Neuron replied

    Hi Jon,

    That can be easily fixed by adding the following style in Custom CSS.

    @media (max-width: 991px) {
        header nav ul li a {
            color: your_color !important;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.