Skip to main content

Update 2.6.3 / Pro 2.6.0 - Icons display with wrong size

Comments

3 comments

  • KC George

    Hello Jasmin

    We apologize for the inconvenience. Icon box element in the most recent Brizy versions have a bug. We are working on fixing this bug. Kindly add the following CSS code under Appearance - Customize - Additional CSS and check if fixes this bug.

    .brz-icon__container {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    0
  • Jasmin Steenken

    Hello George,

    thank you for your quick response. Your code snipped fixed the issue. Will it be fixed with the next update? I suppose I have to keep in mind to delete this temporry solution then!?

     

    Tank you

    Bernd

    0
  • KC George

    Hello Bernd,

    We have a fix available for this bug at our end. We hope to release it along with the next Brizy update. 

    1

Please sign in to leave a comment.