• Resolved Svennoz

    (@svennoz)


    Hello all,

    I’ve made a site with this theme and i’m using several plugins including woocommerce.
    Whenever I load the site on my smartphone (tried on several) the menu displays the menu items vertical, rather than horizontal and they are a bit cut off.
    Also my search box is displaying over the menu items.
    Does anyone have any idea how to fix this ?
    All help is much appreciated.

    Link: http://thegift.doubleturtle.nl/wordpress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Svennoz

    (@svennoz)

    It is fixed now.
    It’s not responsive anymore but that doesn’t really matter.
    The website is now displaying on every screen size the same as a desktop screen.
    I removed:
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0″ />
    from header.php
    Maybe it’ll help someone else.

    FYI, to fix this issue I placed the following into the custom css, under theme options – layout.

    #header input#s {
        z-index: auto;
    }
    
    .flex-direction-nav, .flex-pauseplay {
        z-index: auto;
    }

    Cheers,
    David

    Thread Starter Svennoz

    (@svennoz)

    Thanks for your reaction David.

    I’ve decided to keep it the way it is, since it works.
    I’ll mark this topic as resolved and I your solution will help other people as well 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pinboard Mobile Menu Displaying Incorrect’ is closed to new replies.