Hi,
I have often a message at the top of the template for example when I modify the cart, confirm an order... :
Is it possible to have that messages in pop up and/or in center of the screen ?
Thanks,
Best regards,
Jerome
#system-message-container {
background: #fff none repeat scroll 0 0;
margin: 0;
padding: 0;
position: fixed;
top: 40%;
width: 100%;
}
#system-message-container {
background: #YOU_COLOR_CHOICE_GOES_HERE none repeat scroll 0 0;
margin: 0;
padding: 0;
position: fixed;
top: 40%;
width: 320px;
left: 50%;
margin-left: -160px;
}
#system-message .notice.message {
background: #b06339 none repeat scroll 0 0;
}