Skip to main content

Button Icons not alligned

Comments

2 comments

  • Ariel H.

    Hi Elliot,

    Thank you for contacting us.

    The icon was originally designed to align with the top of the text, as demonstrated in this screenshot - https://prnt.sc/mP1YlmdXd-gO

    If the current alignment of the icon does not meet your expectations, you can use the below CSS to adjust the current alignment of the icon.

    .brz .brz-icon-svg {
      position: relative;
      top: -2px; /* Adjust the value as per your requirement */
    }

    To use this CSS, head over to the Appearance» Customize page from your WordPress dashboard. Click on the ‘Additional CSS’ tab from the left panel, copy / paste the above CSS then hit Publish.

    This is how it looks like reproducing this issue on a live CSS editor - https://prnt.sc/2rYrhAXbTKuj

    I hope this helps.

    Best regards,
    Ariel H.

    0
  • Elliot Stenson

    Thank you that has sorted it!

    0

Please sign in to leave a comment.