Skip to main content

Round icons have stretched vertically to fit their containing columns!

Comments

2 comments

  • Ariel H.

    Hi Eva,  

    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;
    }


    You can put this CSS in CMS - Project Settings -> Code -> Custom CSS.


    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
  • Eva Pettifor

    Thanks, that has worked and looking forward to the update/fix so this won't be an ongoing issue 

    0

Please sign in to leave a comment.