How to display status messages in a particualr region
Posted by TikaL13 on September 19, 2011 at 9:00pm
I am trying to display error and or status messages in a div that is a grid-8. Currently out of the box its set to grid-12 which causes other elements on the page to render wrong when messages appear.
This is what I am getting then there is an error:
<div class="grid-12" id="messages"><div class="messages error"></div></div>
I would like to set the class "grid-12" to a grid-8.
Has anyone come across needing to do this?
Read more