Hi,

I have a zc155e and my template is a clone of Responsive Classic.

Here is my login page:
https://002mc.justmedical.biz/index.php?main_page=login

Under admin Configuration > Customer Details, I have set both of the following to TRUE:
Customer Authorization: Hide Column Left
Customer Authorization: Hide Column Right

Yet, as you can see, both columns still appear on the catalog's login page!

Am I missing something?

Or should I just track down the header for that page and insert this above <body>:
<style>
.leftBoxContainer, .rightBoxContainer {display: none;}
</style>