I wanted to put the message filling the entire screen and also if possible to stay until the user closes the message or it stays on the screen for a longer time, the message is too small and the length of stay is too short
This topic has 4 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Olga Barlow
I wanted to put the message filling the entire screen and also if possible to stay until the user closes the message or it stays on the screen for a longer time, the message is too small and the length of stay is too short
Hello,
To make that message full screen add the below custom CSS
.et-notify {
width: 100%;
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
}
Unfortunately, there is no option to edit it’s visibility or enable the close button. You may submit customization request here to implement this.
Regards
The image of the products on the main page are cropping, before it filled everything from top, bottom and sides in some products, now it doesn’t fill anymore, since I didn’t change the sizes of the images, I tested it with the previous size 500×500, solved the issue of sides, but at the top is not filled yet, how to solve this?
Print: https://prnt.sc/u1p8kh
And I also wanted to put a cart of products, but they are not aligned and the images do not have the same problem above
Hello,
Add the below code to custom CSS and clear the cache
.content-product .sale-wrapper {
position: absolute;
}
Regards
The issue related to '‘Product message added to cart’' has been successfully resolved, and the topic is now closed for further responses