I’m new to Shopify and want to ask experienced users here.
We use Dawn theme, the product page has 2 columns for image on the left and other info on the right side,
we want to move only product description part (Not including title, add to cart button etc.) to under image on the left column part, but with full-width container (Maybe batter to say a column?) only in a SPECIFIC product page.
We hope to do it without apps, modifying codes or css etc,
but we are not a proper skilled coding people, so if someone knows how to do it, please could you advice with
Hi Gr_trading、
Thanks for the advice, I almost understand and succeeded to add the “custom.liquid” section in a template.
I put a class name “page-width” to the code just like your video shows. as below.
{{ product.description }}
The custom.liquid section shows product description texts and images,
text is alright, but the image is too big that it even exceeds the page width,
how can we adjust size of all images of product description to page maximum size (Width)?
In the original product description section, images are automatically adjusted to fit page width
(or section’s width ) , but why custom.liquid doesn’t work like that?