Logo of Rebel Theme

Topic summary

A user is seeking help to reposition their store’s logo from its current centered position to the left side of the page.

Store Details:

Current Status:

  • Question posted but no responses yet
  • Discussion remains open with no solution provided
Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

Hi, how can I move the logo to the left?

1 Like

Hi @Wellanie

Can you please confirm do you need to move logo at below page:

Add below code in Custom CSS or base.css
Go to Online store > themes > Customize > "Theme settings (cog icon) => “Custom CSS”


.logo-block {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  text-align: left;
  margin-right: auto;
}

.logo-block__image-wrapper {
  margin: 0 !important;
  justify-content: flex-start;
}

Hi @Wellanie ,

I don’t see the store password. Could you share it, please? If you want the logo moved left on the password page, I can send a quick fix for that

Thanks

the password is mastew

@Wellanie ,

Thank you for sharing password. I think you are using Horizon theme so click on customize then click on header. You just need to click on left so your logo is aligned left side. Please review this image:

is there anyway i can put a logo beside the search icon with hyperlink? I want to link my other websites using their logo.

@Wellanie ,

Yes its possible. It require some custom coding so If you’d like me to handle it, please share the collaborator code so I can edit the theme accordingly. Thank you