Viewing 1 replies (of 1 total)
  • Hi @aarondulpina,

    I am sorry for the delay in response.

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

    @media only screen and (min-width: 1025px) and (max-width: 1100px) {
      #masthead {
        display: none;
      }
      .botiga-offcanvas-menu, 
      .mobile-header {
        display: block !important;
      }
      .mobile-header .align-center {
        text-align: center;
      }
      .header-elements {
        justify-content: flex-end;
      }  
    }

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile menu on certain screen width’ is closed to new replies.