Space between add to cart button and GooglePay or ApplePay payment

It could be possible to increase the space from the button add to cart and GoolePayment?


Comments

  • Another question, from where I can change the dimension of price?


  • Hi,

    1) It might be done with a custom CSS code.

    If you need help writing it, I will need a link to your website.

    2) To check that I also need a link to your website.


    Best regards

  • Hi,

    the link of my website is www.altriastri.com

    You need public link or access to backend?

    Thnx.

  • The link you sent is enough:

    1) Use the following CSS code:

    .single-product .mfn-product-add-to-cart .cart{
     margin-bottom: 15px!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    2) Open your single product template, edit price element, and adjust the size under the Style tab:

    Best regards

  • edited May 7

    Hi,

    thank you .... I think you also have change the space from add to cart button and GPay

    Right?

    Another question... why if in Woocommerce payment type I have activate also Satispay Payment in product page I don't have indication about this type of payment accepted?


  • It is the first CSS from my previous message.

    Did you add it to your website?


    Best regards

  • edited May 7

    There is also a problem on cart visualization, as you can see there is some text trouncated see image ... :(


    And please check also the missing space frm button proceed with order and Paypa Option .. :(

    Besides there is not Satispay option selectable .... from here!

  • 1) It displays like this for me:

    Are there any steps to reproduce that?

    Anyway, it seems that a plugin adds this text. It would be best if you contact the plugin author regarding this.

    2) For the space on the cart page, use this CSS code:

    .woocommerce-cart .checkout-button{
     margin-bottom: 15px!important;
    }
    

    Best regards

  • Space is now ok ....

    Another question... why if in Woocommerce payment type I have activate also Satispay Payment in product page I don't have indication about this type of payment accepted?

  • We are not creators of this plugin.

    Did you try contacting the plugin author regarding this?


    Best regards

Sign In or Register to comment.