Jump to content

Moving a module position


Recommended Posts

Hi all,

 

I've spent a lot of time searching and I cannot find an answer to this. I'd like to move the location of text on a few of my web pages to the centre block instead of above the left block. I found info on how to move using live edit, or to transplant hooks etc but nothing seems to work for two pages:

 

The payment success page, and an access denied page from Agile Memberships plug in.

 

Here is how the page looks now:

 

access-denied1.png

 

And here's how I would like to position it:

 

access-denied2.png

 

It seems like such a simple thing but I can't figure out. Can someone please help?

Link to comment
Share on other sites

As this is on payment page it's more likely that left column is disabled in .php file. This happens also in bankwire module and cashondelivery module. So if css doesn't hide left column check your module's php files (also /yourmodule/controllers/* locations) and search fo this line:

$this->display_column_left = false;

and change it to:

$this->display_column_left = true;
Link to comment
Share on other sites

×
×
  • Create New...