• Resolved motahar

    (@motahar)


    Is it possible to bring the checkbox up to the same line as the text (I have read ..)?
    Here is how it appears in Woocommerce checkout page..WooCommerce checkout checkbox.
    I need the checkbox to be before the text in the same line.

    • This topic was modified 7 years, 1 month ago by motahar.
Viewing 9 replies - 1 through 9 (of 9 total)
  • Page markup varies between themes. Please post the url to your site.

    Thread Starter motahar

    (@motahar)

    Thank you for your reply.
    Here is the link for my website http://www.arabyacademy.com/ but the checkout does not show up fo non-logged users. Please let me know if you need something else to be able to figure out this issue.

    I don’t wish to register and give my email address. Do you have some test user credentials.

    Thread Starter motahar

    (@motahar)

    Yes you can log in with
    Email: l1795586@mvrht.com
    password: %#F!F0Vm&l4s)ZNVaiokay#W

    • This reply was modified 7 years, 1 month ago by motahar.
    Thread Starter motahar

    (@motahar)

    Sorry, I updated the password. The new password is g#88MCPKLaVzMdsl%(i9B%u1
    Thank you for your patience.

    Try this custom css:

    .woocommerce-checkout-payment .terms label {
      display:inline-block;
    }
    .woocommerce-checkout-payment .terms input {
      float:left;
      width:auto;
      margin:15px 10px 0 0;  
    }
    

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter motahar

    (@motahar)

    Thank you. I added the code and it works now.

    Hi @motahar, I have visited your site and recognize you’re using Learning Course plugins by Nicdark, which I having trouble to find support documentation. However, I saw you applied successfully that plugin to your beautiful site.

    Can you please let me know where is the documentation for that plugin (the official one is removed from author page). Whereas I’m a newbie and get hard with shortcode.
    Thank you.

    • This reply was modified 7 years, 1 month ago by vietn96.
    Thread Starter motahar

    (@motahar)

    Hi @vietn96,
    Actually, I don’t know this plugin. But you can find all of the website features in its theme. I’m using MasterStudy theme and you can check its demo here. Also, you can find the theme, its reviews, comments and you can even ask its authors for your inquiries on ThemeForest.
    I hope this helps.
    Thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Modifying checkbox position: Agree Terms & Condition. WooCommerce checkout page’ is closed to new replies.