Re: How to Move Product Description Between Blocks in Sense Theme?

Solved

How to Move Product Description Between Blocks in Sense Theme?

PawsClaws
Excursionist
23 0 7

Hello Shopify Community,

 

I am currently using the Sense theme for my Shopify store and I need some help with customizing the product page. Specifically, I would like to move the product description so that it appears between two blocks on the product page.

 

Could someone please guide me on how to achieve this? Any detailed instructions or code snippets would be greatly appreciated!

 

Additionally, it's important for me that the description is moved down in both the mobile and desktop versions of the site.

 

Here is the link to the product page: https://claws-paws.us/products/wireless-dog-gps-fence-system

 

Thank you in advance for your help 💚

 

Frame 40.png

 

 

Frame 39.png

 

Owner of claws-paws.us
Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10211 2427 3081

This is an accepted solution.

Hi @PawsClaws 

Go to Theme > Customize Theme > Product page > 

Made4uoRibe_0-1719674167348.png

Add section Custom Liquid > click on the right side paste the code below. 

Made4uoRibe_1-1719674195330.png

<div class="page-width">
{{ product.description }}
</div>

And Save. 

Result:

Made4uoRibe_2-1719674302868.png

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10211 2427 3081

This is an accepted solution.

Hi @PawsClaws 

Go to Theme > Customize Theme > Product page > 

Made4uoRibe_0-1719674167348.png

Add section Custom Liquid > click on the right side paste the code below. 

Made4uoRibe_1-1719674195330.png

<div class="page-width">
{{ product.description }}
</div>

And Save. 

Result:

Made4uoRibe_2-1719674302868.png

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
PawsClaws
Excursionist
23 0 7

I followed your instructions and it helped solve my problem! 😍 Thank you so much for your assistance! 💚

Owner of claws-paws.us