We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. quim
  2. General Discussion
  3. Tuesday, 31 December 2013
  4.  Subscribe via email
hi!


i have megamenu and when i see the web from mobile it changes to another menu with a button that shows the divs of the responsive menu

ok, i need to control when is the menu changed brcause i need to have the mini menu in tablets and now the minimenu is only showed on mobiles :S

how can i change that??



thanks a lot!!!!! :D

congrats for your job! good framework! :)
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
Done!!!!!!

i've created divs for both menus and hide/show them


/**PER AMAGAR I ENSENYAR ELS MENUS DSKTOP I MOBILE!*/
@media (min-width: 1081px) {
#pt_menu_mobile { display:none!important;}
#pt_menu_desktop{display:block!important;}
.t3-mainnav .t3-navbar-collapse {
display: none !important;
}
/* .t3-navbar .navbar-collapse .collapse{
display: block !important;
}*/
}
@media (max-width: 1080px) {
.navbar-header{width:100%!important;}
#pt_menu_mobile { display:block!important;}
#pt_menu_desktop { display:none!important;}
.t3-mainnav .t3-navbar-collapse {
display: block !important;
}
/* .t3-navbar .navbar-collapse .collapse{
display: none !important;
}*/
}


hope this helps someone :)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink


There are replies in this post but you are not allowed to view the replies from this post.