i want to change location and widhth of my description box
URL: https://a6b804-0a.myshopify.com/products/nylon-16mm?variant=40372766343240
PASS: Redpanda
Description tab should be open like below screenshot
and also it should not in product page category when we customise it
right now its in product page category but i want it to be individual like media with text and all..
Hello @rgeafrauuhf
You need to change the code for that, and you have to set options for that to show it.
If you are able to make changes in code, it will be very easy. otherwise you need to take help of expert or experienced developer who can fix it.
If you want me to do it, then you need to provide me the collaborator code and access of your theme.
Hey @rgeafrauuhf
You need to give up using this description block if you would like a full width description.
But you can achieve your needs by add some customization liquid code following below steps.
-
Open sections/main-product.liquid file
-
Paste below code at the end of tag
{%- if product.description != blank -%}
{{ product.description }}
{%- endif -%}
- Pls refer to this image
Hope this helps