Home Forums WoodMart support forum Update to 6.3

Update to 6.3

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

    ninja
    Participant

    Hello devs
    thanks for the update!
    big like from pelkat.com which still in development
    just to mention in cart and checkout process titles, the arrows could be inverted in RTL :
    here i changed by :
    /* correcting arrows in checkout and cart */
    .wd-checkout-steps li.step-cart.step-inactive::after {
    content: “\f121”!important;
    }
    .wd-checkout-steps li.step-checkout.step-active::after {
    content: “\f121”!important;
    }

    #357959

    Artem Temos
    Keymaster

    Hello,

    Thank you for your report. We will fix it in a small update that is going to be released tomorrow.

    Kind Regards

    #358164

    ninja
    Participant

    Well.
    and: the logo arrange in single product was vertical but now it is horizontal. how can i make it vertical again?

    #358167

    Artem Temos
    Keymaster

    Please, send us your admin access and a screenshot of the problem so we can help you.

    #358373

    ninja
    Participant

    Hello
    screenshot attached.
    there will be CSS update?

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

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .product-design-alt .summary-inner .wd-product-brands {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	justify-content: center;
    }

    Kind Regards

    #358556

    ninja
    Participant

    Great .
    and i don’t think that was an issue. 🙂

    • This reply was modified 2 years, 1 month ago by ninja.
    #358598

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Update to 6.3’ is closed to new replies.