How to Align Product Description on the Right Side with Images in Impulse Theme

How to Align Product Description on the Right Side with Images in Impulse Theme

omer0100
Tourist
4 0 2

I'm trying to modify the product page layout so that the product description appears on the right side of the images, not below them. I want the description to be aligned next to the images on the right side for a cleaner look. Could anyone guide me on how to achieve this? Any tips or code snippets would be greatly appreciated!

Thank you in advance!

 

https://sageandhaven.com/collections/frontpage/products/tote-bag-basket-glass-vase

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
8376 2004 2463

Hi @omer0100 

Do you mean like this?

Made4uoRibe_0-1724681123574.png

Align the description to the right. 

if it is check this one. 

Go to customize theme > choose product. 

Made4uoRibe_1-1724681183219.png

And add the custom liquid on the right side tab. 

Made4uoRibe_2-1724681221935.png

Add the code below for liqiud code. 

Made4uoRibe_3-1724681256814.png

 

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

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
omer0100
Tourist
4 0 2

I can't save it