Home Forums WoodMart support forum Checkout register and login border height Reply To: Checkout register and login border height

#485929

Hello,

Your issue has been solved. Please check the site now after removing the browser cache. I have added the small custom CSS code in the Theme Settings >> Custom CSS >> CSS for Desktop:

form.register p.woocomerce-FormRow.form-row input.woocommerce-Button.button {
    margin-bottom: 9%;
}

Best Regards.