Quote:
Originally Posted by yellowchaser
Is this an issue with working on 3.5.1? since you upgraded to 3.5.2 and it works..
|
No, it will even work on 3.0.7 and lower.
To stop it showing at bottom of page do this:
Quote:
Edit the 'top' setting in this part of the pm_popup_script template:
Code:
#pm_popup {
position:fixed;
top:250px;
border:1px solid;
width:64%;
margin-right:18%;
margin-left:18%;
}
|