Hi,
Does anyone know how I can move my product description bellow my product images on desktop?
Hi,
Does anyone know how I can move my product description bellow my product images on desktop?
Hi @INKLY
I will need access to the code so that I can guide you as per your theme.
Feel free to contact me or share code here
Hey @INKLY ,
Follow these steps:
Go to Online Store > Themes > Edit Code
Open the following file:
-main-product.liquid or product.liquid (depending on the theme).
-Locate where the product images section is, likely using this block
liquid:
{{ product.media }}
Now, paste your accordion code below the product images section like this:
liquid:
{{ product.media }}
## About This Product & Why You'll Love It
-
Elevate your dining experience with this **Brown Dinnerware Set**, a perfect blend of sophistication...
## Available in Various Sizes
+
This set is perfect for different group sizes, whether you’re looking for Dinnerware sets for 4...
## What’s Included
+
Dinnerware sets for 4 (12 pieces): 4 dinner plates, 4 salad plates, 4 soup bowls...
## Product Details & Key Features
+
**Material:** Made from premium ceramic, known for its durability and smooth glazed finish...
## Shipping & Returns
+
{{ shop.policy.shipping_policy }}
## About Our Brand
+
{{ shop.brand_info }}
This setup will display your product description accordion below the images.
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regard,
Rajat Sharma
Thank you Jasmeet for your help!