Changing the 'center' positioning

HS - April 3, 2009 - 13:49
Project:Message Effects
Version:5.x-0.6
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

#1

gilgabar - May 6, 2009 - 22:02
Status:active» closed

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.

 
 

Drupal is a registered trademark of Dries Buytaert.