How can I align my logo to the left instead of center?

Hello,

I need to align the logo to the left instead of centered, is it possible? www.masterslide.es

Thank you in advance!

Do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:
(min-width: 989px){
    .nav__container{
    display: none !important;
}
}

Please let me know whether it works.

Kind regards,
Diego