How to display logo from left to right in a header?

Topic summary

A Shopify store owner wants to reposition their header logo from left to right alignment.

Solution Provided:

  • Navigate to Online Store > Themes > Edit code
  • Open the base.css file in the Assets folder
  • Add custom CSS at the end targeting header navigation elements with grid template areas and minimum width media query
  • The solution was confirmed working by the original poster

Additional Request:
The user later requested broader store customization help as a beginner, comparing their current store to a client’s reference site. They offered to share store password via email for assistance but this appears to be a separate, ongoing request without resolution in the thread.

Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

Hello,

Hope you are doing well.

Can I move a logo from left to right? Please see the image for reference!! Is it possible?

Please help!! Store link: https://gt.companybrandstore.com/

1 Like

Hi @ankursingh

Please follow the instructions below.

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
  2. Go to Asset folder and open the base.css file
  3. At very end of the code, add the code below
@media screen and (min-width: 990px){
.header.header.header--top-left.header--mobile-left.page-width.header--has-menu {
    grid-template-areas: "navigation navigation heading icons";
}
}

See result:

Thankyou so much.

Please Help Me In-Store Customization For My Client I’m Fresher

I want the same functionality for my client. Someone help me I’m fresher.

Client expectation: http://veeva.companybrandstore.com/default.aspx

I will share the password of the store through email.

Our current store: https://43c243.myshopify.com/

Please Help Me In-Store Customization For My Client I’m Fresher

I want the same functionality for my client. Someone help me I’m fresher.

Client expectation: http://veeva.companybrandstore.com/default.aspx

I will share the password of the store through email.

Our current store: https://43c243.myshopify.com/