Hi,
These system messages are displayed by your template.
The HTML is actually on the page, and the template has specific CSS code to move it on the bottom right corner:
i.imgur.com/QK9kUui.png
You can see on that screenshot that it comes from the CSS:
#system-message-container {
position: fixed;
bottom: 0px;
right: 15px;
max-width: 350px;
}
in
www.ermiraturhani.com/templates/shaper_h...ate/css/template.css
Now, I'm not sure how to best change that so that you don't loose the change when you update your template.
I would recommend you to check with your template provider what would be the best solution to change / override that CSS.