Home Forums Basel support forum Broken Formatting for Bullet Points Reply To: Broken Formatting for Bullet Points

#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