Tagged: 

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

    Hi there,

    Per your request, I”m starting a new thread (ref #933319). In the private area, I am pasting the code that broke the burger menu. Removing this code brought the mobile/burger menu back, but I still need to adjust when it kicks in. I believe our site looks good for most devices, except an iPad Pro (1024 x 1366). If you adjust your screen, the menu items overlap the logo and looks terrible. Can you please help me adjust our settings so that our menu area is suitable for all screen sizes?

    Thanks,
    Naomi

    #933828

    Hey cmgnaomi,

    Can you paste a link to the site?

    Best regards,
    Jordan Shannon

    #933831
    This reply has been marked as private.
    #933855

    Hi,

    Perhaps try the following:

    @media only screen and (max-width: 1250px) {
    .av-burger-menu-main{
    display:block!important;
    }
    .menu-item{
    display:none;
    }}

    Best regards,
    Jordan Shannon

    #933863
    This reply has been marked as private.
    #933867

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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