Button in Checkout details

Home Forums Gillion Theme Button in Checkout details

Home Forums Gillion Theme Button in Checkout details

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Richard
    Participant

    Hi,

     

    I have a problem. In checkout (Pokladna) – button for access Terms and Conditions is weird (screen). How do it?

     

    Best regards,
    Richard

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

    Hi Richard,

     

    I hope you are well today and thank you for your question.

     

    Your shared site credentials do not work on your site to log into admin area so please make sure that it is correct.

     

    Best regards,
    Shufflehound team

    Richard
    Participant

    Hi,

     

    I’m so sorry. In Private information field a I send right login.

     

    Best regards,

    Richard

    Solution for this topic

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce-terms-and-conditions + p.form-row label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        display: inline-block;
    }
    
    input#terms {
        margin: 0;
        position: static;
    }

    Richard
    Participant

    Thank you very much! It’s perfect! 🙂

    You are most welcome here 🙂

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