Front page justify left

Hi-

I would like the text on my homepage to justify left instead of centered. See attached screen shot. Here is a link, http://www.lydinexile.com/.

Anyone know how to do this? I am using a parallax front page widget.

Thank you!

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/* left justify */
#shapely_home_parallax-5 .mb32 p {
    text-align: justify;
}

Best regards,
Support.