Skip to main content

Issue with animated headline in mobile and tablet devices

Comments

2 comments

  • Ariel H.

    Hi Fredi,

    Thank you for reporting this. 

    We’re already aware of the issue with the Animated Headline not rendering properly on mobile devices, and our team is working on a fix. An update should be rolled out soon to resolve this.

    I the meantime, please use this CSS to fix it:

    @media (max-width: 1024px) {
      .brz .brz-animatedHeadline--wrapper .brz-animatedHeadline {
        flex-direction: column;
        align-items: center;
      }

      span.brz-animatedHeadline-plain-text.brz-animatedHeadline-text-wrapper {
        text-align: center;
      }
    }

    Best regards,
    Ariel H.

    0
  • Fredi V

    Wow!! Thanks for the quick response and for finding a solution until a new update is released.

    0

Please sign in to leave a comment.