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

Hofmahlzeit
Excursionist
19 0 2

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.

 

ds.PNG

 

Danke schonmal 🙂

Replies 5 (5)

diego_ezfy
Shopify Partner
2958 568 891

Hello,

Please share:
- your store URL;
- page URL with the issue you mention;
- storefront password (if your store has one).

Kind regards,
Diego

Hofmahlzeit
Excursionist
19 0 2

URL: https://hofmahlzeit.de/

Password: Hofmahlzeit

 

Thanks 🙂

diego_ezfy
Shopify Partner
2958 568 891

@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.

Hofmahlzeit
Excursionist
19 0 2

A33FAC32-C13F-4B12-AD29-2102CA325B64.png


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

diego_ezfy
Shopify Partner
2958 568 891

@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;
}

 

diego_ezfy_0-1613420382132.png

 


Kind regards,
Diego