Okay
  Public Ticket #2383905
Products Menu
Closed

Comments

  •  1
    Eric Bornhop started the conversation

    On mobile :  The first time you access my website and click the drop-down menu and hit Products page it redirects to a the Products page instead of showing the drop down menu like it does on mobile. 

    The second time you try to hit the Products Menu, the sub menu items drop down and appear how they do on desktop. 

    Is this related to AJAX being enabled or do I need to change how the pages are organized? There is no content on the Products page, so I would like the functionality to work like a drop down menu to see sub items the first time instead of loading the products page. 

  •  1,810
    Support replied

    Hi Eric,

    try adding

    @media only screen and (max-width: 1024px) {    
        
    .flexnav .touch-button {
        height: calc(10vw + 20px);
    }
    }

    in customizer -> additional CSS



    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  1
    Eric Bornhop replied

    None of the solutions have worked thus far for the mobile drop down "Products" tab. 

    I want the menu to drop down, not to load the top page "Products" or "About."  Before I added the addition CSS, the "About" drop down menu worked properly on mobile devices. Now it is behaving like the Products drop down. 

    On desktop you are unable to actually open the parent pages when you click on the menu items "Product" and "About" 

    Does this make sense?


  •   Eric Bornhop replied privately
  •   Support replied privately