Home › Forums › WoodMart support forum › Cart Page alignment issue › Reply To: Cart Page alignment issue
December 21, 2022 at 5:00 pm
#430455
Aizaz Imtiaz Awan
Keymaster
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