Is it possible to move the Menu shape into the Header zone using a Place element in the placement.info?
I tried the following but it had no effect:
<Place Menu="Header:after"/>
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.
Placement is for moving the shapes for content parts between the local zones where the content item they belong to is rendered. So it is meaningless for menu, as this is not a part. The menu is being rendered into a top-level zone called Navigation, which is usually defined in layout. So what you need to do is override or alternate the template for layout in your theme and move the navigation zone.