where can I change the column-layout (2-column left, 2-column right etc) of the default contact page in Magento?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First, determine the “layout handle” for the contact page. If this is the page you’re talking about, then your layout handle is
Next, find the layout handle in your layout.xml file
Change the setTemplate call to reference your template
Alternately, add the handle reference to your
local.xmlfile. Thelocal.xmlfile is applied last, so whatever goes in there “wins”