Code
// If we have admin messages or blocks of 'centre' type, lets display them
if ($GLOBALS['index'] == 1) {
blocks('centre');
}
if ($GLOBALS['index'] == 1) {
blocks('centre');
}
However when I do that it just makes a small block in the middle of the page. You can see it here. I've also tried using this code:
Code
The current one I'm using is the only code that seemed to place the admin message block in the center of the page. All the other codes either created two sets of admin messages or did not make a block at all, but instead just a large space in the middle of my page.
My question is, how can I make the current block stretch so it takes up the entire width of the middle? Thanks in advance.
