Hi there,
I want to give the product images less space and the description on the right more. How can I do this? Usind Dawn theme.
Would be best if you can tell me where to change the css code instead of adding another piece of code…
Best,
Isabelle
A user wants to adjust the Dawn theme’s product page layout to reduce image space and expand the text description area.
Solution provided:
section-main-product.css.product__media-wrapper classmax-width value to desired width (example shown changing default to custom percentage)Important notes:
width property as it will follow the max-width settingThe solution was marked as resolved by the original poster.
Hi there,
I want to give the product images less space and the description on the right more. How can I do this? Usind Dawn theme.
Would be best if you can tell me where to change the css code instead of adding another piece of code…
Best,
Isabelle
You can follwo this instruction,
From the Online Theme > Select theme > Click the3 dots > edit code > Go to Asset folder > find the Section-main-product.css. And look the code below.
And change the max-width: in your desire outpout.
Exmple.
And Save the changes.
It is okay that you wil not change the width cause it will follow always the max-with.
Note: This change is only for above screen size 990px it wont change on the mobile screen .
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!