Placement of Custom Icons
Hi,
Using the icon box, I've uploaded a custom icon. As you can see on the editor it sits at the top with the title in the icon box (see screenshot). However, on the front end it sits in the middle (vertically):
Can you help please?
Thanks,
Eilidh
0
-
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 -
Thanks Ariel.
We've applied that and it's fixed.
Thanks,
Darren0
Please sign in to leave a comment.
Comments
2 comments