Change the place of Alert Message

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
bui
User
Posts: 277

Change the place of Alert Message

Post by bui »

The alert message is showing at the top and its class is "ew-message-dialog"
I want to show this alert message at the bottom
jquery i use is -
$(".ew-message-dialog").appendTo("#ew-prompt");

the message is not showing at the bottom.


arbei
User
Posts: 9389

Post by arbei »

You may add CSS under HTML > Style > User to set the position of "ew-message-dialog".


Post Reply