Shopify themes, liquid, logos, and UX
Hello!
I am looking for a way to put the product description where I painted the space red.
I'd like it to have some margins on the sides and would like to keep my customization selections and payment on the right of the images like shown in the photos, and just have the description underneath.
Is this possible? Below is an image to try to give an idea of what I mean.
I am using the dawn theme version 12. Thank you!
Solved! Go to the solution
This is an accepted solution.
Go to your Online store > Themes > Edit code > open main-product.liquid file paste this code below under </section> tag
{%- if product.description != blank -%}
<div class="page-width">
<div class="product__description rte quick-add-hidden" {{ block.shopify_attributes }}>
{{ product.description }}
</div>
</div>
{%- endif -%}
And then remove Description block in your Product information
- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
@gsdgsdfg - it needs bit code editing, but it is possible, can you please share your page link?
Hi @gsdgsdfg
If you are comfortable with the code, you can follow the instructions below
{% comment %} Duplicate gallery to display after product content on tablet/desktop breakpoint {% endcomment %}
{%- if product.description != blank -%}
<div class="product__description rte quick-add-hidden" {{ block.shopify_attributes }}>
{{ product.description }}
</div>
{%- endif -%}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Go to your Online store > Themes > Edit code > open main-product.liquid file paste this code below under </section> tag
{%- if product.description != blank -%}
<div class="page-width">
<div class="product__description rte quick-add-hidden" {{ block.shopify_attributes }}>
{{ product.description }}
</div>
</div>
{%- endif -%}
And then remove Description block in your Product information
- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hello! This worked. Is there a way to add a little more margin to the top?
You can do this by updating code to this
{%- if product.description != blank -%}
<div class="page-width" style=“margin-top: 30px;”>
<div class="product__description rte quick-add-hidden" {{ block.shopify_attributes }}>
{{ product.description }}
</div>
</div>
{%- endif -%}
- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024