Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1276136

    The burger menu is not showing up on ipad landscape or 1024 screens. How do I adjust that?

    #1276384

    Hey Beth,

    This code in your styles is giving this effect:
    Image 2021-01-29 at 19.49.10.png

    You need to change the media query to affect the sizes 1024 and bigger.

    Best regards,
    Victoria

    #1276427

    I do not understand what I need to adjust. Can you assist? I have the split menu code, as below, and it still does not show the burger menu in Landscape or smaller laptops.

    /*————————*/
    /* CSS – Logo center split menu
    /*————————*/

    @media only screen and (min-width: 1024px) {
    /*In the below code nth-child(x) the value of x should be half the number of total menu items*/
    #top #header .av-main-nav li:nth-child(4) {
    /* Adjust the width of the logo */
    margin-right:260px;
    }

    #header .main_menu {
    /*background: gold;*/
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    }

    .av-main-nav-wrap {
    left: 50%;
    transform: translateX(-50%);
    }

    #header .logo {
    left: 50%;
    transform: translateX(-50%);
    z-index:999;
    }

    #header .logo img {
    top: 50%;
    transform: translateY(-50%);
    max-width: 100px;
    }
    }

    #header .logo img {
    top: 50%;
    transform: translateY(-50%);
    max-width: 215px;
    }

    #1276928

    Does anyone have any input?

    #1277189

    I still have not received assistance. Is there someone able to assist?

    #1277367

    Hi,
    Sorry for the very late reply, I believe this is a duplicate thread to this one, which seems sorted out, please review, and let’s continue on one of these threads.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.