• Resolved giovanni.casula

    (@giovannicasula)


    Hi all, in some mobile phones (Android and IPhone 12 ProMax) the Hamburger logo is not shown. Many thanks for your help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @giovannicasula,

    Thank you for contacting us.

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (max-width: 1024px) {
      .site-header .btn-menu::before {
        display: none;
      }
      .site-header .sydney-svg-icon {
        display: inline-block !important;
      }  
    }
    

    Regards,
    Kharis

    Thread Starter giovanni.casula

    (@giovannicasula)

    Hi Kharis,
    Thank you very much for your reply. Now it seems to be ok!

    Thank you!

    Regards,

    Giovanni

    You’re welcome Giovanni!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hamburger logo not shown in some mobile phones’ is closed to new replies.