I have a developer currently working on a website and she needs to know where can she change the code of this menu in order to have it switch to hamburger from 991px wide and below.
Can you please give me instructions on how to do this?
thank you.
regards,
Last edit: 4 years 1 month ago by Christian. Reason: adding admin access info
Hi
Thank you for feedback us
Hi
I will instrution you custom it
in 3 files:
...\modules\mod_jux_megamenucss3\assets\css\off-canvas.css at line 16
...\modules\mod_jux_megamenucss3\assets\css\style_responsive.css at line 10
...\modules\mod_jux_megamenucss3\assets\css\ dropdown .css
@media screen and (max-width: 768px) {
edit:
@media screen and (max-width: 991px) {
So now from 991px down to 769px wide only the main categories are displayed.
The sub categories show up below the 768px mark.
How do we fix this?
I can give you access to the website if you wish.
Thank you,
HaiND wrote: Hi
Thank you for feedback us
Hi
I will instrution you custom it
in 3 files:
...\modules\mod_jux_megamenucss3\assets\css\off-canvas.css at line 16
...\modules\mod_jux_megamenucss3\assets\css\style_responsive.css at line 10
...\modules\mod_jux_megamenucss3\assets\css\ dropdown .css
@media screen and (max-width: 768px) {
edit:
@media screen and (max-width: 991px) {