I am trying to move the top nav to the left hand side using Magento's built in responsive theme. The problem I have is if I use the following code it stops the menu button in the two responsive layouts under 770px from working.
<reference name="top.menu"> <action method="unsetChild"> <name>catalog.topnav</name> </action> </reference> <reference name="left"> <action method="insert"> <block>catalog.topnav</block> </action> </reference> Is there a way I can specify that I want the top nav in the left hand side on screens of 771px and higher and the nav to stay at the top on screens of 770px and smaller?
Many thanks,
Kirsty
No comments:
Post a Comment