Home Forums WoodMart support forum Cart Page alignment issue Reply To: Cart Page alignment issue

#430455

Hello,

We had applied the following Custom CSS on your Site earlier to resolve the Zip Code concern:

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
  position: absolute !important;
  top: 3em !important;
}

But it seems that there is another Payment Banner been added on your Site for the Checkout page, so we have readjusted the above CSS to this way now:

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
    position: absolute !important;
    top: 2em !important;
    left: 1em !important;
}

Please check back your Site after completely clearing browser and server cache.

Best Regards