Skip to main content

Placement of Custom Icons

Comments

2 comments

  • Ariel H.

    Hi Eilidh,

    Thank you for reaching out. 

    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.  

    span.brz-icon.brz-span {
        display: flex;
        align-items: flex-start;
    }

    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

    Thanks Ariel.

    We've applied that and it's fixed.

    Thanks,
    Darren

    0

Please sign in to leave a comment.