When a user tries to go to a page that requiers login , or almost any other error message always comes up in the top right corner of the page. Is there a way to move them to the center of the page so they get seen?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Steve Clay@steve_clay

Steve Clay - 0 likes
- Brian Collins@bmcoll3278

Brian Collins - 0 likes
You must log in to post replies.Put CSS in your site plugin to postition them as needed.
I have a CSS snippet that styles system messages like Twitter Bootstrap, and the first block sets the position.
Thanks
I will try that