I'm working with Magento 2.2.5 i want to move navigation menu to the top right of header. also i want to know which file i can edit to customize navigation menu Thanks. UPDATE : I want my headr to look like that : enter image description here
-
Where do you want to move, on which location in header ? Could you upload some screen shotNaveed Asim– Naveed Asim2018年09月08日 04:14:33 +00:00Commented Sep 8, 2018 at 4:14
-
Ok, I updated my question with screenshotAissa Mahdi– Aissa Mahdi2018年09月08日 10:53:14 +00:00Commented Sep 8, 2018 at 10:53
1 Answer 1
Okay you can move your navigation by app/design/frontend/theme-folder/your-theme/Magento_Theme/layout/default.xml
<move element="navigation.sections" destination="header.container" />
destination you can change whatever you want Then you can manage buy adding some css.