Put my Logo in center

Topic summary

A user wants to center their logo on desktop view while keeping it left-aligned on mobile and maintaining navigation topics on the left side.

Solution Provided:

  • The theme already has centering styles applied for specific screen sizes
  • Need to extend CSS styling to all screen sizes using flexbox:
    • display: flex;
    • justify-content: center;
  • Apply changes through Online Store → Theme → Customize

Status: Resolved - the original poster thanked the respondent, indicating the solution worked.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

Hi, I wish to move my logo from the left to the middle on web (Mobile already in center)
will keeping the topics on the left, is possible please?

Warm regards.

https://wmqgez-r2.myshopify.com/

Hi there! Hope you are well.
As I found out it already has the style to be centralized but in some specific media sizes. You must apply the style to all screen sizes.

.parent-element {
display: flex;
justify-content: center;
}

Hope my answer helps!

Hi @Artez
Go to Online Store → Theme → Customize.

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

1 Like

thank you very much dear!

1 Like