Hello.
I put a graphic at the beginning of the text at the headline elemnts.
However, if you set the text to the center, only the icon will be left justified.
Is there a way to set icons to center as well as text?
Hello.
I put a graphic at the beginning of the text at the headline elemnts.
However, if you set the text to the center, only the icon will be left justified.
Is there a way to set icons to center as well as text?
Hi There @kawachang
Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options > CSS area and see if that helps.
.x-text-content-text{
-webkit-flex-grow: inherit;
flex-grow: inherit;
}

Thanks!
Thanks mldarshana!
I tried immediately.
Oops.
Using this CSS all the headline elements have gone to the left side.
In Inspector, it is aligned in the center.
What is the cause?


Hi @kawachang
Please provide us with your exact page link showing this issue so we can investigate it.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.