Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS mobile menu is gone (wordpress) Reply To: mobile menu is gone (wordpress)

#201264
Preno23
Participant

It looks like you don’t have a menu to replace your main menu (.menu-primary) one once the media screen is less 800px

@media only screen and (max-width: 800px)
.menu-primary {
width: auto;
display: none;
}