How can I align the dropdown menu with the logo?

Hi there,

I would like the dropdown to be aligned with the logo so it doesn’t overlap with the slider arrows as below, is this possible?

website

password; skoffi

Thanks so much!

Hey @INFRA

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

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hello there.

  1. In your Shopify Admin go to online store > themes > actions > edit code

  2. Find Asset > base.css and paste this at the bottom of the file:

.menu-drawer__navigation {
    margin: 0 auto;
    margin-left: 60px;

}

@ZestardTech @Moeed these both worked, thanks so much!

Hello @INFRA

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.