Home Forums WoodMart support forum Update 7.4

Update 7.4

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #526346

    aleksandreeu
    Participant

    Hi, we got email from themeforest that there is update to 7.4 version, but there was no popup on the web, so we still have version 7.3.4.
    Do you know anything about it, how should we update it?

    #526361

    aleksandreeu
    Participant

    I have updated it manuallz and now its updated.
    BUT there is an issue.
    After update, the CHECKKOUT page looks bad. Order summery that was always on the right side, now is under address information. https://ibb.co/f2pXvs2

    Please solve it asap 🙂

    #526369

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. We will include this fix in our next theme update which will be released soon.

    form.woocommerce-checkout {
    		display: flex;
    		align-items: flex-start;
    		flex-wrap: wrap;
    		column-gap: 30px;
    }
    
    form.woocommerce-checkout > *:not(:is(.customer-details, .checkout-order-review)) {
    		width: 100%;
    }
    
    form.woocommerce-checkout > *:not(:is(.customer-details, .checkout-order-review)) [role="alert"] {
    		margin-bottom: 30px;
    }

    Kind Regards

    #526372

    aleksandreeu
    Participant

    Thanks

    #526389

    Artem Temos
    Keymaster

    You are welcome. Feel free to contact us if you have any further questions.

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

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