Icon Alignment seems to be broken with the latest update
I was working in my website and adding some code so assumed I had caused the problem, but after deleting all my code the issue persisted.
I checked my other Brizy created websites and the alignment for all icons seems to have been forced to left. I tried looking in the code and doing a quick fix but nothing is working.
Just wanted to share so you are aware, I understand you are likely working on a patch for this.
Below are my websites where you can see the issues, it shows on both web and mobile:
https://adilahdesigns.co.uk/ (view social icons at end of page)
https://scarlettedrake.com/contact/ (icons at the end of page and also within the Contact section)
-
Hi Farah,
Thank you for contacting us.
The icon alignment issue has already been escalated to our senior support team, and they’re working on a fix as soon as possible. In the meantime, you can use the following CSS to temporarily address the issue:
.brz .brz-wrapper-clone > div {
flex: 1 1 auto !important;
max-width: 10%; /* Default for desktop */
}
@media (max-width: 768px) { /* Adjust for mobile */
.brz .brz-wrapper-clone > div {
max-width: 20%;
}
}I also created a short screencast showing how the issue is replicated and how to apply the CSS - https://youtu.be/VGWHndrFykU
I will update you on this support thread as soon as we have further information. Sorry for the inconvenience.
Kind regards,
Ariel H.0 -
Hi Ariel,
Thanks for the update, I appreciate it has been escalated. But really grateful for the temp fix, it's done the job perfectly for now!
I'll keep an eye out regarding when the patch is sent out for the icons alignment!
Thanks,
Farah
0 -
Hi Farah,
The icon alignment issue has been resolved in the latest Brizy Pro update. If you previously applied a CSS fix, you can now remove it and update to the latest version.
Please go ahead with the update and let us know if everything works as expected.
Best regards,
Ariel H.0 -
Hi Ariel,
I have removed the code and updated Brizy Pro, it is all working perfectly now! Thank you and to the team for working to get this fixed so quickly!
Thanks,
Farah
0
Please sign in to leave a comment.
Comments
4 comments