• Resolved adamparr01

    (@adamparr01)


    Hi,

    When hovering my mouse on the payment request button, only the top half or so is actually clickable. Could you please help make the whole button clickable?

    Thanks in advance!
    Adam

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support wpnomad a11n

    (@wpnomad)

    Hi @adamparr01 ,

    I checked your site and found that your theme has added a “Product Meta” section below the Add to cart button. This section covers half the height of the area where the Payment Request button is added, see screenshot: https://d.pr/i/zlzK3i

    You can add the following CSS code to your site to move the Product Meat section a bit lower so that the entire Payment request button would be clickable:

    
    .product_meta {
        margin-top: 100px !important;
    }
    

    For further help on repositioning the Product Meta section, I recommend reaching out to your theme support.

    Thread Starter adamparr01

    (@adamparr01)

    Thank you! I decided to remove the whole product meta area once you identified what was causing the issue.

    Thanks again for the quick help!

    In case anyone ever gets this issue I used the below code in my custom-functions.php file:
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 40 );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Only top bit of payment request button is clickable’ is closed to new replies.