How to add image in the middle of column section and put the columns to the side (left, and right)
This is an example:
My product page is: https://icetub.se/products/icetub-orginal-portabelt-isbad
How to add image in the middle of column section and put the columns to the side (left, and right)
This is an example:
My product page is: https://icetub.se/products/icetub-orginal-portabelt-isbad
Hi @Anton20 ,
You need to change the structure of the theme to be able to display it as you want. This requires you to have coding knowledge to change the structure. However, I did a video showing how to change the structure. Please watch my video carefully and follow my instructions. Make sure you do it correctly and correctly so as not to break the layout of the theme.
The code I used:
<div class = "grid__item" style="width: 33%" >
<h1 class="product-single__title">{{ product.title }}</h1>
<div class="product__price">
{% include 'product-price', variant: current_variant, show_vendor: section.settings.show_vendor %}
</div>
</div>
Result: