For some sttange reason all text is being centered when in fact it is set at default (left).
Hi whdsolutions,
It seems that you have an inline style on the body tag that’s forcing content to align center.
You can override this by adding this CSS code in Enfold > General Styling > Quick CSS:
#top {
text-align: inherit !important;
}
Best regards,
Nikko