Skip to main content

Vertically Align Icon Box Content

Comments

1 comment

  • Ariel H.

    Hi Richard,

    Thank you for reaching out.

    You can fix this with the following CSS:

    .brz-text-btn {
      display: flex;
      align-items: center;
    }

    This uses flexbox to vertically center the icon and text.

    Add it in WP Admin Dashboard → Appearance → Customize → Additional CSS

    Please try this and let us know if you have any further questions.

    Best regards,  
    Ariel H.

    0

Please sign in to leave a comment.