top-menu in mobile-menu..

Posted in: Newspaper
Post count: 1

hi tagDiv..

i want make top-menu in mobile menu.
please. See the image below :
http://me2.do/xIumMg1U

How Can I solve this problem?

-site. : http://www.localier.co.kr

  • This topic was modified 10 years by nekoilove.
Post count: 22421

Hi,
Unfortunately you cannot get the top menu to display inside the main menu. You can however use this css code to activate the top menu at the top of the site:

@media
(max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display: block !important;
}}

Thank you!

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