Home Forums WoodMart support forum Shopping cart widget issue

Shopping cart widget issue

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #60787

    ExonGames
    Participant

    Hi,
    I am using woocommerce PayPal plugin to show up a PayPal express payment in the shopping cart widget. My problem is that the PayPal express button is without a space from the other content on the bottom… (See screenshot to understand).

    Please help me make a little space there so it could look better.
    Hope to hear from you soon,
    Best regards.

    Attachments:
    You must be logged in to view attached files.
    #60812

    Hello,

    Please add this Custom CSS to Theme Settings > Custom CSS:

    .widget_shopping_cart .buttons {
        display: block;
        text-align: center;
        margin-bottom: 10px!important;
    }

    Best Regards

    #60823

    ExonGames
    Participant

    Hi,
    It’s working thanks!
    Just another adjustment… Can you help me resize it and make it smaller? Because as you can see in the screen shot a provided, it’s bigger that the other buttons.

    Hope to hear from you soon with some solution to that as well,
    Best regards.

    #60827

    Hello,

    Please add this CSS to Theme Settings > Custom CSS:

    .paypal-button:not(.paypal-button-card) {
        height: 45px;
        min-height: 30px;
        max-height: 41px;
        max-width: 291px;
        margin: 0 auto;
    }

    Best Regards

    #60829

    ExonGames
    Participant

    Hi, can you please take a look at the code you gave me? It looks like you had some typing error…

    Hope to hear from you soon,
    Best regards.

    #60843

    Hello,

    I have checked there are no errors. http://prntscr.com/jpw7ho
    Add it to Custom CSS.

    Best Regards

    #60847

    ExonGames
    Participant

    Hi,
    Sorry you’re right.. for some reason the code box messed your writing here… But on the email itself the code is not messed up so everything is working

    #60863

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

    #60885

    ExonGames
    Participant

    Hi,
    I’ve just noticed that the size is too small… Can you please make it equal in size to the other buttons in the fist message’s image I shared with you?

    Hope to hear from you soon,
    Best regards.

    #60895

    Hello,

    You can change height and width as per your needs. You need to change these values:

    .paypal-button:not(.paypal-button-card) {
        height: 45px;
        max-width: 291px;
        margin: 0 auto;
    }

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)