简体   繁体   中英

How to add a sidebar widget before layered navigation filter in magento 2

分配给侧栏的小部件(来自admin)在过滤器之后出现,是否可以将其向上推?

It might be added in Sidebar Additional . so you will have to move the side bar additional before the Sidebar Main . Add this line in your xml file.

 <move element="div.sidebar.additional" destination="columns" before="div.sidebar.main" />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM