Hi, I'm running both Echo and Flow in my 1.34.x MW site using Foreground v2.3.0.
By default Foreground places the Echo and Flow Notification and Alert icons below the "navwrapper" div in a separate "echo-notifications" div as follows:
!-- If user is logged in output echo location --> <div id="echo-notifications"> <div id="echo-notifications-alerts"></div> <div id="echo-notifications-messages"></div> <div id="echo-notifications-notice"></div> </div>
My question is.. how can I get these items moved to the <div id="navwrapper">
at the top of the page.
In other words.. Is there a way to do this that does not involve making local edits to Foreground.skin.php [1]?
[1] https://github.com/jthingelstad/foreground/blob/develop/Foreground.skin.php