Broken Formatting for Bullet Points
-
Hi there,
On my checkout screen I have radio buttons behind bullet points but the product name is wrapping to a second line after, can you please advise?
Thank you,
Attachments:
You must be
logged in to view attached files.
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
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Broken Formatting for Bullet Points’ is closed to new replies.