Home Forums WoodMart support forum Margin left over which makes the decrease quantity button in the cart look ugly

Margin left over which makes the decrease quantity button in the cart look ugly

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #466767

    agenciawebinfinite
    Participant

    See in the print, there is a space in the decrease button, and testing it through inspect, I saw that it comes from this code here.
    https://imgur.com/fLv7g9g

    Can you solve?

    #466783

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #466970

    agenciawebinfinite
    Participant

    Hello, follow the access, this is happening on other sites too, it’s not just the one I’m going to tell you.

    Note: I only ask that if you change the language or remove the site in maintenance mode, readjust everything as it was, because in another site that I sent the access, they changed all that, and I didn’t understand, and after I realized, that was the support of you who changed.

    Thanks.

    #467138

    Hello,

    The problem is caused by woo-ya pay plugin styles: https://gyazo.com/838d0c26aea804ba2c4e8a346d945cc2

    If you deactivate it, this margin would disappear.

    Please add this code to the Theme Settings > Custom CSS > Global to fix that:

    body div.quantity input[type="button"] {
    margin-right:0;
    }

    Best Regards

    #467263

    agenciawebinfinite
    Participant

    Hello!

    Thanks for the instruction… I had noticed, I just didn’t know where it came from…

    I will have to talk to the Yapay plugin staff to update it, as it is our payment method.

    Thank you for your help.

    #467485

    Hello,

    Yes, they should specify a specific selector in their styles not to influence others, they will easily fix it in the near update.

    If you have any questions please feel free to contact us.

    Best Regards

    #467949

    agenciawebinfinite
    Participant

    Yapay’s Pkugin hasn’t received updates for a long time.

    Will they really solve it? I do not think so…

    It would be nice if Woodmart had this unique differentiation, so no other plugin interferes.

    #467960

    agenciawebinfinite
    Participant
    #468190

    Hello,

    We cannot influence the styles of the plugin, unfortunately.

    You will have to use custom CSS in this case.

    If you have any questions please feel free to contact us.

    Best Regards

    #468244

    agenciawebinfinite
    Participant

    Right,
    I opened a ticket with their support.

    Thank you very much.

    #468466

    You are welcome! We are here to help.

    Wish you a wonderful day!

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