hey there’s something out with the way text is aligned on my sub-site. everything’s aligning to the right rather than the left, which makes no sense.
I’ve checked the customizer CSS and additional CSS and not seeing anything.
help?
example -->
hey there’s something out with the way text is aligned on my sub-site. everything’s aligning to the right rather than the left, which makes no sense.
I’ve checked the customizer CSS and additional CSS and not seeing anything.
help?
example -->
Hi @Peter_Fae,
It looks like it is caused by the Enhanced Blocks plugin’s CSS. To fix the issue you just have to add this custom css.
.x-main.right {
text-align: start;
}
Hope it helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.