Ipad Landscape Menu view - by slidebird - on WordPress WooCommerce support

This topic has 10 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Robert Hall

  • Avatar: slidebird
    slidebird
    Participant
    September 11, 2016 at 12:57

    Hi

    Is it possible to show the Mobile Menu in the tablet landscape view? At the moment the tablet shows the regular main menu and it doesnt fit on the screen

    thx

    9 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 12, 2016 at 10:25

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall

    Avatar: slidebird
    slidebird
    Participant
    September 12, 2016 at 11:15

    Hey there here is the staging version of the site http://slidebird.staging.wpengine.com/ because the site hast about 2000 Daily Vistors… so we always implement things first on the staging version

    can you let me know what you are going to do? so i can change it later by myself… i know a little bit of css and php

    thanks for your help

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 12, 2016 at 11:37

    Hello,

    Try to add the following code in custom.css

    @media (max-width: 1024px){
    .header .menu-icon {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
    
    }
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .header {
        display: block;
    }
    .header .logo {
        position: relative;
        padding-left: 40px;
    }
    .header .logo img {
        max-width: 300px;
    }
    .header3, .header2 {
        padding-top: 30px;
    }
    .header {
        display: block;
        text-align: left;
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 30px;
        margin-bottom: 0;
        padding-top: 30px;
    }
    .header .container {
        position: relative;
    }
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 724px;
    }
    }

    Regards,
    Robert Hall

    Avatar: slidebird
    slidebird
    Participant
    September 12, 2016 at 11:54

    sorry doesnt work… changes nothing…

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 12, 2016 at 13:02

    Because you didn’t added the code above. Check it.

    Regards,
    Robert Hall

    Avatar: slidebird
    slidebird
    Participant
    September 12, 2016 at 15:13

    sure but i removed it as it doesnt change anything…

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 12, 2016 at 16:02

    Please check it now.

    Also see screenshot:
    1) http://prntscr.com/ch5jxk
    2) http://prntscr.com/ch5jsd

    Regards,
    Robert Hall

    Avatar: slidebird
    slidebird
    Participant
    September 12, 2016 at 16:45

    yes i know but i want the mobile menu also in landscape … because the regular menu is to long in tablets…thats the whole issue… the portrait version was allwas fine… besides the logo size

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 12, 2016 at 17:09

    The first screenshot shows the landscape mode. Please clear cache and check it again.

    Regards,
    Robert Hall

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.