Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter virgo83x

    (@virgo83x)

    I discovered the problem. It is aligned with the area for the button click. Perhaps it is a css problem? I attach a screen ..

    Screen

    Try this custom css:

    .woocommerce div.product form.cart div.quantity {
      float: none;
    }
    .woocommerce #respond input#submit,
    .woocommerce a.button, .woocommerce button.button,
    .woocommerce input.button {
      position: absolute;
      left:0;
    }
    

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

    Thread Starter virgo83x

    (@virgo83x)

    it worked perfect, thanks 🙂

    Thread Starter virgo83x

    (@virgo83x)

    Hello, I realized that the problem is not completely solved. Your code worked, the problem is that also touched on other elements, such as the button “Go to basket” disappears under the footer.

    Here is a screen:screen2

    Please change the second style to:

    .woocommerce button.button,
    .woocommerce input.button {
      position: absolute;
      left:0;
    }
    

    Please come back if there are other issues.

    Thread Starter virgo83x

    (@virgo83x)

    It works, Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Add to cart on product page does not work’ is closed to new replies.