Hello. Please help me how setting a bullet list in HTML or CSS. Why is longer text always under bullet points and short text good versus to bullet list..
Please add the following CSS code to your assets/theme-custom.css bottom of the file.
.product-description-tab .description-review-text .tab-pane ul li {
text-wrap: nowrap;
}
Thanks!
The second solution for you
Please add the following CSS code to your assets/theme-custom.css bottom of the file.
.product-description-tab .one-half-column-left {
width: 60% !important;
}
.product-description-tab .one-half-column-right {
width: 30% !important;
}
Thanks!
Thanks, but want to stay two columns 48% left and 48% right.. ![]()
you are satisfied with my answer!
if any other problem please Welcome come to the Shopify community.
I can help you!
Thanks!
Please try The second solution.
otherwise, edit your product description and add br tag for the new line
Thanks!
Ok, Thanks so much!
Third solution
Please add the following CSS code to your assets/theme-custom.css bottom of the file.
.description-review-text.tab-content span {display: revert !important;}
.product-description-tab .description-review-text .tab-pane ul li {text-wrap: wrap !important;}
Thanks!
Yeah, this work. wow good job! Very thanks! Bro

