Shop Categories

X

Reply To: Top menu does not show in mobile or tablet view

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

#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