Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1302686

    Buon pommereggio, vorrei che il menu Burger mobile – si attivasse nella visione pc fisso prima della larghezza del browser sotto 1317 px – per evitare che nella visione pc fisso possa vedersi tale – visione presente nello screenshoot – allego in post privato.

    Grazie

    #1302984

    Hey cristinagrafik,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1320px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

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