Okay
  Public Ticket #1949740
Menu not showing as visual graphic on mobile
Closed

Comments

  • Doug Gilliatt started the conversation

    I noticed that when I go to my website via mobile (iphone) the hamburger menu does not appear "visually" in the upper right corner. However, if I touch that area the menu pops up so there is an active module there.

  •  850
    Jelly replied

    Hello,

    Please add this CSS code to Appearance -> Customize > Additional CSS:

    @media (max-width: 768px){
    .dropdown-icon {
        padding: 10px;
        top: 0px;
        right: 0px;
    }
    }

    Best Regards,
    Jelly Team