I would like to make the description with the images in the center. So I changed the code (I changed the div "rte product-single__description" from place) and the products looked like this. However, I need the photos and the description text to be vertically straight. Can you guys help me please?
what I need is in the photo in green border. Thank you!
Solved! Go to the solution
@jensenkley_ - can you please share product page link?
@jensenkley_ - i can see images on this page, can you please add text too?
@jensenkley_ - the issue is text and image are part of description and it takes all the available space and we see text expanded, to make it central width needs to be reduced , but if we reduce description length then image too will look smaller
This is an accepted solution.
How i did it: Deleted this itens in the CSS file:
"
(.grid)
margin-left: -$grid-gutter;
(.grid__item)
padding-left: $grid-gutter;
"
Then i add "style="padding:20px; " in the "rte product-single__description" line:
<div style="padding:20px; " class="rte product-single__description" itemprop="description">
{{ product.description }}
</div>
Done!
User | Count |
---|---|
422 | |
208 | |
144 | |
56 | |
43 |