Hi I find the 'center' position by default doesn't line up to the perfect site level of the average user. Often it is hovering near the header. I am useless at CSS what should I be changing to adjust the position?

I am also using an unreleased version for Drupal 6 which works great. Maintainer should consider releasing it to D6 officially.

Here it is for the benefit of others
http://drupal.org/node/286011#comment-1074378

Comments

gilgabar’s picture

Status: Active » Closed (fixed)

Problems with the version of message effects from this thread http://drupal.org/node/286011 should be reported in that thread (until it becomes official).

The center positioning for jgrowl is controlled by the CSS in jquery.jgrowl.css. In particular it is around line 65:

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

Change the 'top: 0px' value to whatever distance from the top you would like it to be. Save it, be sure to clear your cache, and that should do the trick.