I would like to change the breakpoints of my website because I use to many items in the main menu and on smaller screens the last item disappears before the mobile navigation.
So, I want to have the tablet mode activated at 1279px instead of 960px but I cannot find where can I change this setting.
I have already tried to change this with elementor builder with no luck. Also I've tried to do it via CSS using the post below but still nothing...
Hi,
I would like to change the breakpoints of my website because I use to many items in the main menu and on smaller screens the last item disappears before the mobile navigation.
So, I want to have the tablet mode activated at 1279px instead of 960px but I cannot find where can I change this setting.
I have already tried to change this with elementor builder with no luck. Also I've tried to do it via CSS using the post below but still nothing...
https://pencidesign.ticksy.com/ticket/2776697/
Hi,
Please custom the CSS code like the below:
Regards,
PenciDesign.
As I mentioned in my previous message I have already tried to modify the CSS code before with no luck.
The goal is to activate the mobile menu (hamburger button) at 1279px and not at 960px.
Thank you.
Hi,
Please add this CSS code to your site:
Regards,
PenciDesign.
Thank you for your quick reply!
Now the main menu disappears and hamburger button appears below the 1279px but when I press it the mobile menu is blank (like transparent).
This is how I configured the CSS code you sent me on your previous email:
@media only screen and (min-width: 960px) and (max-width: 1279px) {
#navigation .menu {
display: none !important;
}
#navigation .button-menu-mobile {
display: block;
}
}
Hi,
Please modify the CSS code like this:
Regards,
PenciDesign.
That's great!
Now everything is working fine.
Thanks again for your help.