Home Forums Businex Pro Checkbox and text not on same line

Viewing 3 reply threads
  • Author
    Posts
    • #2229
      Anonymous
      Inactive

      When I insert a checkbox, as example on the checkout page from my shop, the text and the box to check isn’t on the same line.
      How can I fix this?

    • #2247
      keonthemes
      Keymaster

      Hello,

      Please share your site page (URL), so we can identify the real problem.

      Thanks and Regards.

    • #2310
      Anonymous
      Inactive

      http://pferdelernpsychologie.ch/kasse/

      That you can see what I mean you must take a product to the card.
      One of the products you can find here: http://pferdelernpsychologie.ch/produkt/zert-pferdefuehrer-azb/

      Take this to the shopping card and go to the billing site. There are the checkboxes for the payment choice not on the same line with the symbols and the text.

      I hope you understand what I mean.

      Kind regards

      Larissa

    • #2324
      keonthemes
      Keymaster

      Hello,

      Yes, we recognized the style issue and we will fix it with a new update soon. For now, please copy below CSS code and follow the steps;

      Go to Dashboard > Appearance > Customize > Additional CSS and paste the CSS and click publish button.

      .wrap-detail-page form .woocommerce-checkout-payment label {
      display: inline-block;
      }

      .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
      float: none;
      margin-left: 15px;
      }

      Thanks and Best Regards.

Viewing 3 reply threads
  • You must be logged in to reply to this topic.