How can I move my logo further to the left in the Sense theme?

Hello,
I’d like to move my logo even further to the left than it currently is. I chose the left and centered option but it’s not left enough for my taste. So I would like to modify the code.
How to do ?

My theme is Sense.

THANKS

1 Like

@Kev44100 , hope you are doing well.

Could you share some screenshots of how would you like to display them?

Hi @Kev44100 ,

Would you mind to share your URL website? with password if its protected. Thanks!

Could you help me move my logo all the way to the extreme left?

https://dsa21.myshopify.com/

code: Skedow

the top image is how it looks. the bottom image is how I want it.

1 Like

Hi,

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:
  4. And Save.
header.header.header--top-left.header--mobile-left.page-width.header--has-menu {
    margin-left: 0px;
}

Result:

I hope it help.

1 Like

Thanks! It worked, but now I see a random bracket and I cannot seem to find it in the code. Could you tell me where it is, so I could remove it?

1 Like

I think it come from the liquid code. This bracket appear in the code that I give?