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 a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. 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 a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. 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 a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
User | RANK |
---|---|
201 | |
173 | |
61 | |
52 | |
47 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023