Changing the location of Error Message POP up

Is there a way to change the location of the error message on the cart, so instead of the top right of the browser I can have it be located in the center of the page?

bump please…

Look in CSS file…



Maybe:


margin:0px 50%;



Would be enough…



BUT, this solution will center your error box in width. To have a hight center, it’s a little bit more difficult.



It seems to me, this code doesn’t work:


margin:50% 50%;



BUT, your error message box is not high center…



In the same way, this code works:


margin:200px 50%;



Anybody have a better solution here?







Lee Li Pop



PS: Go to [COLOR=#008000]www.cssplay.co.uk to get a better solution ;)[/COLOR]

The admin styles.css has a class of:


.cm-notification-container {
position: fixed;
right: 8px;
top: 0px;
z-index: 19;
}


But the customer styles.css does not have a container definition. But mayb the same positioning can be applied to this entry:


.notification-w, .notification-n, .notification-e {
background-color: #d72323;
}

This was fixed/modified in v2.0.7. There is still a lot of default styling that baffles me and this fix was long overdue.



Thank you goes out to the developers for listening!