A
A
Alexander Stepanov2016-12-02 13:49:51
HTML
Alexander Stepanov, 2016-12-02 13:49:51

The menu is not pressed on the mobile version - how to fix it?

There is a site on WordPress'e - buhgkh.ru
On mobile versions the menu button is not pressed. How could this be corrected? The button does not respond both on the computer and on smartphones.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel, 2016-12-02
@PavelMonro

The styles are:

@media screen and (max-width: 768px)
.main-navigation ul {
    display: none;
}

Accordingly, the menu is hidden, and there is no js function to add a class to open on click.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question