How can I center my webpage menu?

How do I move my menu into the centre, it looks weird and uneven now.

Hallo @shyannscottage

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > assets > base.css

paste below code at bottom


header.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
display: flex !important;
justify-content: space-between !important;
}

If you require any further information, feel free to contact me.

Best regards,

give me your shop url

Hello @shyannscottage

Could you please share your store url ( with pass if your store password is enabled ) or the theme you are using then I can see and suggest something for you?

Best regards,
GemPages Support Team

Hallo @shyannscottage

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > assets > base.css

paste below code at bottom


header.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
display: flex !important;
justify-content: space-between !important;
}

If you require any further information, feel free to contact me.

Best regards,

hello @shyannscottage

Step 01:

  1. Go to your Store > Theme > click to edit code.
  2. find this file " theme.liquid" and open.
  3. Paste the code at the before end of the .

this idea helps you

Hi @shyannscottage ,

If you want to center the header menu, try this tutorial. I hope it will be helpful to you.

Thanks!