Home Forums Jevelin Theme "Checkbox" shipping address is shown over the text Reply To: "Checkbox" shipping address is shown over the text

Home Forums Jevelin Theme "Checkbox" shipping address is shown over the text Reply To: "Checkbox" shipping address is shown over the text

Solution for this topic

HI @c.kuekmen,

 

I hope you are well today and thanks for posting here.

 

 

Please try using below custom CSS code.

 

#page-container .woocommerce form input[type=checkbox] {
position: relative;
margin-left: 0;
margin-right: 5px;
}

 

Best regards,
Shufflehound team