F
F
fierfoxik2016-09-09 15:36:40
CMS
fierfoxik, 2016-09-09 15:36:40

How to display dropdown menu in wp?

There is such a menu, with a hover, a dropdown <li><a href="#">КАРТЫ</a>drops out. Tell me how to implement it on wp?

<div class="nav-menu">
                <ul class="menu-list">
                  <li><a href="#">КАРТЫ</a>
                    <ul class="menu-dropdown">
                      <li><a href="">ГЕНШТАБ</a></li>
                      <li><a href="">СПУТНИК</a></li>
                      <li><a href="">ГЛУБИНЫ</a></li>
                      <li><a href="">ИСТОРИЧЕСКИЕ КАРТЫ</a></li>
                      <li><a href="">НЕМЕЦКИЙ ГЕНШТАБ 1942г</a></li>
                      <li><a href="">АЭРОФОТОСЪЕМКА 1942г</a></li>
                      <li><a href="">БЕСПЛАТНЫЕ КАРТЫ</a></li>
                    </ul>
                  </li>
                  <li><a href="#">МАГАЗИН</a></li>
                  <li><a href="#">О КОМПАНИИ</a></li>
                </ul>
              </div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2016-09-09
@fierfoxik

Good afternoon.
Just create a menu with all the items you need.
You leave the "Maps" item as the main one, move the rest as child elements.
You place it in the right place, when you hover over the "Maps" a drop-down list will appear with the rest of the items.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question