Home Forums WoodMart support forum payment button dont look good in cart page

payment button dont look good in cart page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #296538

    nabilsoumah
    Participant

    please help with the payments buttons.
    they are stacked together with no margin.
    i was think it is because of the theme. I am not sure.
    please take a look at the picture. thank you

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .paypal-button.paypal-button-shape-rect {
        margin-top: 10px;
    }
    
    .paypal-button-tagline {
        margin-top: 20px;
    }

    Regards.
    Xtemos Studios

    #296788

    nabilsoumah
    Participant

    didn’t work. please take a look. thank you

    #296806

    Hello,

    Please try and replace the previous Custom CSS with the following then clear cache and check back.

    .paypal-button.paypal-button-shape-rect {
        margin-top: 10px !important;
        padding-bottom: 8px !important;
    }

    Best Regards.

    #297002

    nabilsoumah
    Participant

    didn’t work. please help.
    please tell me where I can find the button process to checkout. which folder ?

    Thank you

    #297026

    Hello,

    Can you please share the WP admin login details of your site so I will check and solve the issue for you.

    Best Regards.

    #297496

    nabilsoumah
    Participant

    Hello sorry for the late replay. I have added the credentials needed to login

    Thank you

    #297507

    Hello,

    Your issue has been Resolved. I have added margin to the button. Please clear cache and check back.

    Best Regards.

Tagged: ,

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