Hey,
my website is mostly in hebrew so most things are aligned right, but since I’m displaying an address in english in the footer I would love to alight in to the left. I managed to do it with the text, but not with the tittle.
Any help would be appreciated.
Thanks.
Hey mayinthemaking,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#text-3 {
text-align: left;
}
Best regards,
Vinay
Hey Vinay,
That worked perfectly, thanks!!