Breakpoints
-
All the breakpoints on the Astra theme header is working correctly, apart from the iPad Pro & a few other devices, and sizes. On these breakpoints the hamburger menu does not show, and instead the regular menu but broken.
1024 x 1366
932 x 430
1024 x 768
1024 x 600
-
This topic was modified 1 year, 2 months ago by
getbolt.
-
This topic was modified 1 year, 2 months ago by
-
Hey, I am still not able to fix the issue. I installed the child theme, and updated the breakpoints to this:
// Update your custom mobile breakpoint below - like return 544;
add_filter( 'astra_mobile_breakpoint', function() {
return 544;
});
// Update your custom tablet breakpoint below - like return 921;
add_filter( 'astra_tablet_breakpoint', function() {
return 921;
});Unfortunately, I still have issues on certain breakpoints:
-
This reply was modified 1 year ago by
getbolt.
Hi @getbolt,
Would you mind sharing the URL of your website? This will help us get a closer look from the front end. I can confirm that the code is working well on my end, so just to double-check, please ensure it’s added to your child theme and activated the child theme.
Looking forward to your response.
Kind regards,
Aradhy 😊I totally forgot to activate the child theme : ) It works!
Hi @getbolt,
Happy to help!
If you’re happy with the support and product, feel free to share your experience by leaving a rating or review on our WordPress.org page. It really helps us improve and continue providing great support!
Please feel free to mark this thread as Resolved or open a new one in case of any other issues.
Kind regards,
Aradhy 🙂 -
This reply was modified 1 year ago by
The topic ‘Breakpoints’ is closed to new replies.
