Outline text to left

How can i outline the text here to the left on mobile, instead of the middle. Link is Wholesale Inquiry

Add the code below into “Custom CSS” of this section (Image with Text) in Customize:

.prose {
  text-align: left;
}

Hi @JarnoBroekkamp

Working fine now.