• 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 2 months, 4 weeks ago by getbolt.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @getbolt,

    You might want to update the Breakpoint on your site. This doc will show you how.

    I have no problem on my site, anyway. Refer to this video, please.

    Kind regards,
    Herman ??

    Thread Starter getbolt

    (@getbolt)

    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 3 weeks 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 ??

    Thread Starter getbolt

    (@getbolt)

    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 www.remarpro.com 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 ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.