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:
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:
Please share your product page URL.
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!
thankyou!!!
if helpful then please Like Solution