Quote:
Originally Posted by sketch42
when the popup appears its to the top left i want it centered how do i do this??
great hack btw thank you for putting this together
|
You can play with this line in "dfh_announcement_popup" template: " top: 50px; bottom: 50px; left: 50px; right: 50px;"
But technically there is no CSS command to make it appear in the center for all users. You can increase pixel numbers to make it go to the center but the term center will depend user's screen resolution so it may not be in the center for users who are using different screen resolutions. That is why the default location is set as top left.