Skip to main content

Icon Boxes

Comments

2 comments

  • Ariel H.

    Hi Darren,  

    Thank you for reaching out to us.  

    It seems that Brizy is not applying the assigned vertical alignment to the icon. As a temporary solution, you can use the CSS provided below.  

    .brz-icon__container {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    We have already reported this issue to our development team so it can be fixed in one of the upcoming updates.  

    We apologize for the inconvenience.  

    Best regards,  
    Ariel H. 

    0
  • Darren Nicholls

    Thank you that works perfectly.

    0

Please sign in to leave a comment.