Shop Categories

X

Top menu does not show in mobile or tablet view

Home Forums Agama Pro Top menu does not show in mobile or tablet view

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27658
    Marit
    Participant

    I do not get top menu to show in mobile or tablet view, is there a way to fix this?

    #27659
    Zex
    Moderator

    Hello, Marit!

    Try to insert the following code into Customizing->General->Additional CSS:

    /*Top menu visibility fix */
    @media screen and (max-width: 992px){
    #top-bar-wrap{
        display: block!important;
        }
    }

    Depending on the settings of your site, some additional corrections may be needed. In that case, I will need an address to your site.
    Regards

    #27665
    Marit
    Participant

    Hello, Zex
    Thank you for quick and good response, I pasted in a copy of the code, it did not bring up the top menu to show in mobile view.
    The address to the site is : https://www.serr.forandringsfabrikken.no

    🙂 Marit

    #27666
    Zex
    Moderator

    Hello, Marit!

    Try the following code instead of the code I gave to you earlier:

    /*Top menu visibility fix */
    @media screen and (max-width: 992px){
    .top-navigation div.top-nav-menu>ul, .top-navigation ul.top-nav-menu {
        display: block!important;
     }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.