Home Forums Basel support forum Broken Formatting for Bullet Points

Broken Formatting for Bullet Points

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #76506

    kyledparsons30
    Participant

    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.
    #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

    #76730

    kyledparsons30
    Participant

    That worked, thank you

    #76738

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Broken Formatting for Bullet Points’ is closed to new replies.