Hello, I am using Debut theme. On the Product page I would like to move the product description to the left and limit its length to 80 characters max. Now, it’s just a one long column.
product description (class=“product-single__description rte”), product reviews (id=“shopify-product-reviews” ) and social sharing buttons (section.settings.show_share_buttons). I wrapped all these elements into one
, and changed CSS a bit in theme.scss.liquid like this so I can see what I am working with (see the picture below):
1) I would like to move the red box to the left, under the product image
2) I would like to make the red box wider and shorter (up to 80 characters, now it’s max. cca 38 characters).
How do I do it? I checked the suggested Tabs, but saw no result. Maybe changing the whole grid would help? (I wasn’t successful with flexboxes either, but I might be doing something wrong)
@JohnFromJotting yes, this is how i would like to do the layout. but also make the text shorter - to the half of the screen width only, up to the word ‘gumdrop-’ or so. could you help me with it, please?