hi can you help me to center this text. i have set the alignment to “center” but it don`work.
Hey wiwaldi79!
Thank you for using Enfold.
The text alignment is not working because of this custom css code in the style.css file:
.avia_textblock p {
display: inline-flex;
vertical-align: middle;
}
Please remove it.
Regards,
Ismael
Thanks, CLOSED.