Home › Forums › Basel support forum › Broken Formatting for Bullet Points › Reply To: Broken Formatting for Bullet Points
September 11, 2018 at 6:15 am
#76532
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
#checkout-products {
padding-left: 0;
}
#checkout-products li:before {
content: none!important;
}
#checkout-products label {
float: left;
position: relative;
top: 3px;
margin-right: 5px;
}
Regards