- Posts: 14
- Thank you received: 0
media query's that control menu displays.
12 years 9 months ago #28157
by jdockett
media query's that control menu displays. was created by jdockett
I need to have two separate menus as the anchors don't work on the inside pages.
I can't figure out how to duplicate the functionality of the mobile portion of the responsive menu for my inside page menu so I've figured out another way to make everything uniform.
Unfortunatley the main menu is sporadic as to when it shows up and causes issues with the new mobile menu.
I guess I need one of two things:
1. I need a way to make the default responsive menu styling appear on other menus at will.
2. I need to know where the media query's are that control when the full width default menu is shown or not so I can adjust as needed.
If you'd like to look, site is located at ohno.ws/clients/final
I can't figure out how to duplicate the functionality of the mobile portion of the responsive menu for my inside page menu so I've figured out another way to make everything uniform.
Unfortunatley the main menu is sporadic as to when it shows up and causes issues with the new mobile menu.
I guess I need one of two things:
1. I need a way to make the default responsive menu styling appear on other menus at will.
2. I need to know where the media query's are that control when the full width default menu is shown or not so I can adjust as needed.
If you'd like to look, site is located at ohno.ws/clients/final
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #28175
by ivan.milic
Replied by ivan.milic on topic media query's that control menu displays.
file is:
templates\hot_one_page\js\responsive_menu.js
this is condition to decide on transformation:
if(topMenuWidth > topMenuContainerWidth) {
You can chose menu type to be drop-down to enable this functionality
templates\hot_one_page\js\responsive_menu.js
this is condition to decide on transformation:
if(topMenuWidth > topMenuContainerWidth) {
You can chose menu type to be drop-down to enable this functionality
Please Log in to join the conversation.
Time to create page: 0.237 seconds