How can I center my menu with a left-aligned logo in Sense Theme?

How can I center my menu with a left-aligned logo in Sense Theme?

EvaMtz
Tourist
5 0 1

Hello! Can anyone help me ? I want to center my menu on the same line that my logo is placed ( i chose the centered to the left option for the logo) but it automatically also drags the menu to the left and I need the logo in the center...

 

Replies 3 (3)

GemPages
Shopify Partner
5625 1261 1241

Hello @EvaMtz ,

 

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

GemPages_0-1678159618534.png

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

GemPages_1-1678159638184.png

    <style>
      @media (min-width: 1024px ) {
       .header {
            display: flex;
            justify-content: space-between;
        }
        
        .header .header__inline-menu {
            margin-top: 0px !important;
        }
      }
    </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
mPeters2
Tourist
5 0 2

Worked like a charm!

MP
MalouStudio
Visitor
1 0 0

At first, this was the first post where I was almost there. Unfortunalety, my Logo is not centered. But the menu is on the left side, finally.
Do you have a solution?