Center Text of an embed
How do I center the text in an embed? Here's the code:
<a style="font-family: 'Inter', sans-serif; color: #828793; font-weight: normal; font-size: 16px; line-height: 1.5; letter-spacing: -0.5; text-align: center;” href="#" class="termly-display-preferences">Consent Preferences</a>
I tried using text-align: center, but it didn't work. Attached is an image of what i'm trying to center: the text "Consent Preferences"
-
Hi Aaron,
Thank you for reaching out to us.
To center the linked text, you can enclose it inside a <div> tag as shown below:
<div style="text-align: center;">
<a style="
font-family: 'Inter', sans-serif;
color: #828793;
font-weight: normal;
font-size: 16px;
line-height: 1.5;
letter-spacing: -0.5px;" href="#" class="termly-display-preferences">Consent Preferences</a>
</div>Also, we had issues with the embed element in the recent update and we're currently fixing this issue. If the above script doesn't work at your end, you can roll back to the previous versions using the following link:
- Brizy 2.4.41 https://jmp.sh/tFeCfvJl
- Brizy Pro 2.4.36 https://jmp.sh/ThPSvsgA
Kindly follow this procedure to roll back
- Deactivate and delete Brizy Pro
- Deactivate and delete Brizy
- Download Brizy 2.4.41 and in your WordPress Dashboard under Plugins - Add New - Upload Plugin, upload Brizy
- Download Brizy Pro 2.4.36 and under Plugins - Add New - Upload Plugin, upload Brizy Pro
Please try this and let me know how it goes.
Best regards,
Ariel H.0 -
Thanks that worked.
I rolled.back Brizy to the previous version a few days ago because of that issue. Thanks.0 -
Hi Aaron,
Thank you for the update.
We have now rolled out an update to address this issue. Please give it a try and let me know how it goes.
Best regards,
Ariel H.0
Please sign in to leave a comment.
Comments
3 comments