Home › Forums › Jevelin Theme › "Checkbox" shipping address is shown over the text
Home › Forums › Jevelin Theme › "Checkbox" shipping address is shown over the text
As you wrote me, I have added this code but nothing changed:
#page-container .woocommerce form .form-row .input-checkbox {
position: relative;
}
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
Worked fine! Thank you š
You are most welcome here š
The issue is fixed in the following latest version of theme.
Please login to access this file
You can use this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ to update the theme but before updating take backup of your site from Tools -> Backup so that if anything goes wrong then you can restore it.