How can I center my logo with a left-side menu in the Dawn theme?

How can I center my logo with a left-side menu in the Dawn theme?

sandrafrome
Tourist
12 0 1

I need to move my logo to the center with the menu on the left hand side inside the header

 

Screen Shot 2023-02-22 at 10.30.30 am.png

Replies 3 (3)

GemPages
Shopify Partner
5625 1261 1241

Hello @sandrafrome ,

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1677028278826.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1677028301653.png

    <style>
      @media (min-width: 1024px ) {
          .header--top-center>.header__search {
              order: 0;
          }
          
          .header--top-center .header__inline-menu {
              order: 1;
          }
          
          .header--top-center .header__heading {
              order: 2;
          }
          
          .header--top-center .header__icons {
              order: 3;
          }
      }
    </style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
sandrafrome
Tourist
12 0 1

Hi, thank you for this!

 

It worked however only on the home page - when i went to click on a collection the logo went back to the left side

PageFly-Richard
Shopify Partner
4584 1051 1711

Hi @sandrafrome ,

 

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

@media (min-width: 1024px ) {
          .header--top-center>.header__search {
              order: 0;
          }
          
          .header--top-center .header__inline-menu {
              order: 1;
          }
          
          .header--top-center .header__heading,
          .header--top-center .header__heading-link {
              order: 2;
          }
          
          .header--top-center .header__icons {
              order: 3;
          }
      }

I hope it would help you
Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.