Skip to main content

Icon Alignment seems to be broken with the latest update

Comments

4 comments

  • Ariel H.

    Hi Farah,  

    Thank you for contacting us.

    The icon alignment issue has already been escalated to our senior support team, and they’re working on a fix as soon as possible. In the meantime, you can use the following CSS to temporarily address the issue:  

    .brz .brz-wrapper-clone > div {
        flex: 1 1 auto !important;
        max-width: 10%; /* Default for desktop */
    }

    @media (max-width: 768px) { /* Adjust for mobile */
        .brz .brz-wrapper-clone > div {
            max-width: 20%;
        }
    }

    I also created a short screencast showing how the issue is replicated and how to apply the CSS - https://youtu.be/VGWHndrFykU

    I will update you on this support thread as soon as we have further information.  Sorry for the inconvenience.

    Kind regards,  
    Ariel H.

    0
  • Farah Faqir

    Hi Ariel,

    Thanks for the update, I appreciate it has been escalated. But really grateful for the temp fix, it's done the job perfectly for now!

    I'll keep an eye out regarding when the patch is sent out for the icons alignment!

    Thanks,

    Farah

    0
  • Ariel H.

    Hi Farah,

    The icon alignment issue has been resolved in the latest Brizy Pro update. If you previously applied a CSS fix, you can now remove it and update to the latest version.  

    Please go ahead with the update and let us know if everything works as expected.   

    Best regards,  
    Ariel H.

    0
  • Farah Faqir

    Hi Ariel,

    I have removed the code and updated Brizy Pro, it is all working perfectly now! Thank you and to the team for working to get this fixed so quickly!

    Thanks,

    Farah

    0

Please sign in to leave a comment.