0

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
2
  • Let me know if you have any issue Commented Oct 9, 2017 at 7:10
  • @Kapil Will you please share your frontend view that How you wants it to look like Commented Oct 9, 2017 at 7:19

2 Answers 2

1

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
0

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
1
  • Thanks Prince Patel for reply. I have already tried but layered navigation not showing in that category page. Commented Oct 9, 2017 at 7:13

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.