Hi again all,
Can someone help me move my header menu items over please? Screenshot shows where I would like them. They are to central at the moment.
Thank you.
Hi again all,
Can someone help me move my header menu items over please? Screenshot shows where I would like them. They are to central at the moment.
Thank you.
Hey @jteddy
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT
If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Great thank you very much. The only problem now is that the drop down menu items are well out of line with the main menu items. Can I move those over too so they are below their correct menu?
Screenshots attached.
Keep the previous code and add this new code above in the end of theme.liquid file
.mega-menu .mega-menu__list--condensed {
margin: 0 !important;
}
RESULT
If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you sir, you are a star.
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.