I'm trying to move layered navigation above description block for specific category and category page set in full width from backend in Magento 2 but it's not working.
https://i.sstatic.net/zU2yA.png
Can anyone help or suggest?
Teja Bhagavan Kollepara
3,8275 gold badges33 silver badges69 bronze badges
asked Oct 9, 2017 at 7:00
-
Let me know if you have any issuePrince Patel– Prince Patel2017年10月09日 07:10:41 +00:00Commented Oct 9, 2017 at 7:10
-
@Kapil Will you please share your frontend view that How you wants it to look likeAbhishek Tripathi– Abhishek Tripathi2017年10月09日 07:19:19 +00:00Commented Oct 9, 2017 at 7:19
2 Answers 2
Try to put this code May be it will help you in getting what you want
<move element="catalog.leftnav" destination="content" before="-" />
<move element="category.description" destination="content" after="catalog.leftnav" />
answered Oct 9, 2017 at 7:32
You can use destination="content" if you want navigation before toolbar
<move element="catalog.leftnav" destination="content" before="-" />
answered Oct 9, 2017 at 7:08
-
Thanks Prince Patel for reply. I have already tried but layered navigation not showing in that category page.Developer Kapil– Developer Kapil2017年10月09日 07:13:54 +00:00Commented Oct 9, 2017 at 7:13
Explore related questions
See similar questions with these tags.
default