Choosing a selection results in a full page refresh.
Opens in a new window.
.product-description ul {
list-style-type: disc; /* Ensure bullet points are used */
margin-left: 20px; /* Add space to the left */
}
.product-description li {
margin-bottom: 10px; /* Add space between list items */
}