How to move my logo to the left on Ella Theme

Hi I’m trying to move my logo to the left on the Ella Theme no solutions from previous discussions have worked. Heres my site: https://smudj.co.za/

1 Like

Hi @bridget47

Is this for dekstop only? if it is, try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.header-top--left.header__language_currency {
    order: 2;
}

.header-top--right.header__icons {
    order: 3;
}

.header-top--center.header__logo.text-center {
    text-align: left !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thanks so much it worked!

Welcome, Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!