Home Forums WoodMart support forum Bug with arhive design

Bug with arhive design

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #394503

    fineorganics
    Participant

    Look at screen. First product cart have not centered “add to card” text

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

    Hello,

    We are sorry for the delay.

    The layout when product quantity is added to the grid does not allow for aligning it exactly in the center.
    Please try this CSS to improve a bit:

    .wd-quantity-overlap div.quantity:not(.hidden)+.button, .wd-quantity-overlap div.quantity:not(.hidden)+link+.button {
        padding-left: 0 
    }

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

    Best Regards

    #394670

    fineorganics
    Participant

    Your don’t understand. This shifting only on first product, this is a bug of your theme, not of my customisation! Other products is fine.

    #394849

    Hello,

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

    .wd-quantity-overlap div.quantity:not(.hidden)+link+link+.button {
    		margin-left: 0;
        padding-left: var(--quantity-space);
    }

    Best Regards

    #394873

    fineorganics
    Participant

    Will it be fixed in next patch?

    #394874

    fineorganics
    Participant

    Why this problem does not occur on my other site?

    #395012

    Hello,

    Yes, we will fix that in the nearest update.

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

    Best Regards

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