• AM POSTING AGAIN – 4th TIME LUCKY

    Hi Am having problems – the twenty twelve menu wont toggle and even on small screen jumps to 2 lines – i saw a post that says you need to change
    ‘display: inline-block !important;’ to ‘display: none !important;’
    but it does not seem to work
    below is site link:
    https://photohunters.org/photohunters/

    Hope someone can help as dont want to use a plugin solve it

    Thanks
    Melanie

Viewing 1 replies (of 1 total)
  • Thread Starter melanie bund

    (@melanie-bund)

    ok i solved the problem – the menu toggle in the header is no longer <h3> BUT <button>
    <h3 class=”menu-toggle”><?php _e( ‘Menu’, ‘twentytwelve’ ); ?></h3>
    is now
    <button class=”menu-toggle”><?php _e( ‘Menu’, ‘twentytwelve’ ); ?></button>

    so now could you please tell me why on ipad landscape the menu goes on to 2 lines – or where i can go to get some help
    PLEASE HELP!

Viewing 1 replies (of 1 total)
  • The topic ‘twenty twelve menu wont toggle’ is closed to new replies.