• Resolved jmkt

    (@jmkt)


    There is no mobile menu on small devices. I have checked on android mobile phone and also by decreasing the size of a desktop screen. Not sure how long this has been like this. Clent has not mentioned it bit I just noticed it myself.

    https://www.fionashousecleaning.co.uk/

    I’d be grateful for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi jmkt,

    Please add the folloing code of cssto fix the issue.

    @media (max-width: 767px) {
    	h3.menu-toggle {
    	    display: block !important;
    	}
    }

    Note: Please use the custom css plugin or Child theme so the changes does not lost on theme updates.

    Thanks

    Thread Starter jmkt

    (@jmkt)

    Hi,

    Many thanks for your reply.

    When I checked the CSS I realised I had already added

    h3.menu-toggle{
    	display:none;
    }

    Why? I don’t know!

    Anyway, removing that solved the problem.

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Menu Gone’ is closed to new replies.