How can I align text to the left in the code?

Hi Zusammen,

wir fragen uns wie wir es schaffen den Text nach Links zu machen:

Wo finden wir das im Code und wie ändern wir es?

Der Text soll links mir dem Bild abschließen.

Danke schonmal :slightly_smiling_face:

Hello,

Please share:

  • your store URL;
  • page URL with the issue you mention;
  • storefront password (if your store has one).

Kind regards,
Diego

URL: https://hofmahlzeit.de/

Password: Hofmahlzeit

Thanks :slightly_smiling_face:

@Hofmahlzeit

Which text exactly would you like to align to the left? As far as I can see it’s all aligned to the left.

The text on the product page should start at the left side of the image.

@Hofmahlzeit

Do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.scss and paste this at the bottom of the file:
.product-description-wrapper{
    max-width: 100% !important;
}

Kind regards,
Diego