Please help me, how to be in this situation, there is a static layout of the menu.

<ul> <li> <a href="">Ссылка номер 1</a> <span class="mega-menu-line"></span> <div class="second-cat"> <ul class="row"> <li class="col-4"> <img src="img/benefit/2_1.png" alt=""> <a href="">Внутренняя Ссылка номер 1</a> </li > <li class="col-4"> <img src="img/benefit/2_1.png" alt=""> <a href="">Внутренняя Ссылка номер 2</a> </li> <li class="col-4"> <img src="img/benefit/2_1.png" alt=""> <a href="">Внутренняя Ссылка номер 3</a> </li> <li class="col-4"> <img src="img/benefit/2_1.png" alt=""> <a href="">Внутренняя Ссылка номер 4</a> </li> <li class="col-4"> <img src="img/benefit/2_1.png" alt=""> <a href="">Внутренняя Ссылка номер 5</a> </li> </ul> </div> </li> <li> <a href="">Ссылка номер 2</a> <span class="mega-menu-line"></span> <div class="second-cat"> <ul class="row"> <li class="col-4"> <img src="img/benefit/2_1.png" alt=""> <a href="">Внутренняя Ссылка номер 3</a> </li> <li class="col-4"> <img src="img/benefit/2_1.png" alt=""> <a href="">Внутренняя Ссылка номер 4</a> </li> <li class="col-4"> <img src="img/benefit/2_1.png" alt=""> <a href="">Внутренняя Ссылка номер 5</a> </li> <li class="col-4"> <img src="img/benefit/2_1.png" alt=""> <a href="">Внутренняя Ссылка номер 4</a> </li> <li class="col-4"> <img src="img/benefit/2_1.png" alt=""> <a href="">Внутренняя Ссылка номер 5</a> </li> </ul> </div> </li> <li> <a href="">Ссылка номер 3</a> <span class="mega-menu-line"></span> </li> </ul> 

And there is a snippet of its output in dynamics

 [[pdoMenu? &parents=`0` &tplOuter=`@INLINE <ul>[[+wrapper]]</ul>` &tpl=`@INLINE <li><a href="[[+link]]">[[+menutitle]]</a>[[+wrapper]]</li>` &tplInner=`@INLINE <div class="mega-menu"><ul>[[+wrapper]]</ul></div>` &tplInnerRow=`@INLINE <li><a href="[[+link]]">[[+menutitle]]<span class="mega-menu-line"></span>[[+wrapper]]</a>` ]] 

And now the main question is how to arrange the 3rd level of the menu, if only the template of the main sections of the menu and its children are available. Thank you in advance

  • Let's see what happens at the modX output. You can copy the code or send (if you can here) a link to the site with the problem. - Vladimir Rodichev
  • aiklicense.ru - link to the site. Menu on the desktop version - Igor Abramenkov
  • I did not have time to look completely, probably you are experimenting. But, what I saw: the layout curve, styles and information output. It is better to redo it completely. - Vladimir Rodichev
  • did through a hair dryer) the usual condition - Igor Abramenkov

0