Button Icons not alligned
Hi, I have an issue where the icons you can add to buttons are not aligned with the text, as seen below. Is this a genuine issue or something i can fix? Thanks.

-
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 -
Thank you that has sorted it!
0
Please sign in to leave a comment.
Comments
2 comments