After update to 6.1.5 i have problem with added to cart popup
-
Theme now set to .popup-added_to_cart { max-width: 450px; text-align: center; }
but earlier it was 900px
I am not have custom code to width
Attachments:
You must be
logged in to view attached files.
Hello,
In the last update, we didn’t change the “add to cart” popup, and it was always 450 pixels wide.
In order to increase the width of the popup, try to add this custom CSS in Theme Settings -> Custom CSS -> put this code in the “Global Custom CSS” field.
.popup-added_to_cart {
max-width: 900px;
}
Kind Regards