• Resolved acorbett96

    (@acorbett96)


    On my checkout page using this theme, when the user is selecting their payment option there is a back space after the bullet point, and again after the radio button containing the payment option.

    I think this is because in the code

    • is used as opposed to <BR>, anything came across this or can fix?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • @acorbett96 Hi,

    Please add the following CSS code in the Customizer > Additional CSS to fix this problem:

    #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
        list-style-type: none;
    }
    
    label {
        display: inline;
    }
    Thread Starter acorbett96

    (@acorbett96)

    Thank you Pavel, the issue is sorted, your help has been much appreciated

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Checkout spaces’ is closed to new replies.