How can I adjust the width of my product page description?

Currently my product page description runs across the entire width of my screen and i would like to make it more compact and shorter in width.

How do i do it, this is what it looks like now:

1 Like

@carla27

Please share your product page URL.

https://heylushskin.com/products/nano-ionic-facial-steamer?variant=40223474516161

@carla27

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.dbtfy-shop_protect-text {
    width: 70%;
    margin: 0 auto;
}

Thanks!

1 Like

thankyou!!!

1 Like

@carla27

if helpful then please Like Solution