Giix Crud Admin Layout

Howdy Yii Champs,

I’m trying to format my ADMIN layout for a page automatically generated by Giix Crud. Currently the CGridView is directly below the advanced search box. I would like the CGridView to appear to the right of the search box while still having the operations widget on the right column.

The controller code is a bit obfuscated and I’m having trouble figuring out where the layout is actually occuring.


$this->render('admin', array('model' => $model,)); 

This code appears to place the $content reflected on the page.

Any ideas on how to create this desired layout?

Thanks in advance.

Solution was just to hard-code the html differently in the view. Thought there may be an obvious/simple way to change the layout ---- This was easy enough.