"Checkbox" shipping address is shown over the text

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

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

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • [email protected]
    Participant

    As you wrote me, I have added this code but nothing changed:

     

    #page-container .woocommerce form .form-row .input-checkbox {

    position: relative;
    }

     

    Attachments:
    You must be logged in to view attached files.

    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

    [email protected]
    Participant

    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.

Viewing 5 posts - 1 through 5 (of 5 total)