<p:growl> Centrado

Para Centrar los mensajes de un <p:growl>

<style type="text/css">

            .ui-growl {
                right: 50%;
                top: 20%;
            }
 </style>

Growl en la esquina superior derecha

 <style type="text/css">

            .ui-growl {
             
                top: 10%;
            }
 </style>

Last updated