Header menu items Customisation

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.

2 Likes

Hey @jteddy

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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

1 Like

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.

1 Like

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

1 Like

Thank you sir, you are a star.

1 Like

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.

1 Like