• Resolved laurang

    (@laurang)


    Hello,
    I’m looking for some help with our Woocommerce checkout page. After making some corrections sections ‘Billing Details’ and ‘Ship to a different address?‘ got some additional 250 px padding on the left. It looks like something is wrong.

    I have searched, but can’t for the life of me find out how to delete the padding in those sections. All other sections are fine. I presume I’ll need some additional CSS, is anyone able to help me out with that?

    Any assistance would be greatly appreciated!
    Best,
    Laura

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • You have already tried a padding adjustment, but there is a typo in there.

    .woocommerce-checkout form.checkout .form-row {
     padding-left: 0 px;
    }

    The space before “px” must be removed.

    Thread Starter laurang

    (@laurang)

    Oh, true. thanks a lot !

    Glad if I could help. You are welcome to set the topic to solved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Padding problem’ is closed to new replies.