How change the position of pop-up notification

4.11K viewsIssues
0

How can I change the position of pop-up notification for example “Comment is posted”. I need to re-position it because it is showing under my dynamic header.

1

You can try with:

#ap-notify { top: 250px; }

Change the 250 with the desired distance from top.

I only test this with a success message…