Mobile menu with 2nd level elements

Posted in: Newsmag
Post count: 2

Hello,

The mobile menu shows only top level elements. All 2nd level menu elements are invisible.
Is there any way for mobile menu to show the same elements as in usual menu?
Here are two screenshots:
1. Usual menu, all elements of 2nd level are shown
2. Mobile menu, only 1st level elements are shown
The link to the site:

  • This topic was modified 7 years by labris.
Post count: 23312

Hi,

If seems to be a mini bug in our theme regarding on right arrows. Please use the code below and place it in Theme panel -> Custom CSS area.

The code is below ->

.td-mobile-content .td-icon-menu-right {
display: block;
}

The result is here ->https://www.screencast.com/t/ZCIciAZo

Thank you!

Post count: 2

Thank you, now it works!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.