Page 1 of 1

Growl - Bottom Right

Posted: 18 Jul 2018, 22:36
by henriquepalato
Dear friends

I can configure the Growl component for the messages to appear in the Bottom Right instead of the Top Right.

Thanks.

Henrique Palato

Re: Growl - Bottom Right

Posted: 23 Jul 2018, 14:16
by merve7
You can add the below code in your stylesheet ;

Code: Select all

.ui-growl {
    bottom: 10px;
    top: auto;
}

Re: Growl - Bottom Right

Posted: 07 Aug 2018, 18:44
by henriquepalato
Thanks.