What's your biggest current challenge? Have your say in Community Polls along the right column.

How to vertically align header menu and logo

Solved

How to vertically align header menu and logo

clayinfo
Explorer
81 0 17

Hi, anyone here that can help me vertically align my logo and menu header? Please see example below. Would appreciate the help!

Screen Shot 2023-12-29 at 5.14.55 AM.png

www.constructionlayers.com
Password: collectionthree

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4808 1086 1755

This is an accepted solution.

Hi @clayinfo 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.header.page-width {
    max-width: unset;
}
</style>

PageFlyRichard_0-1704242481720.png

 

 

Hope this can help you solve the issue 

 

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.

View solution in original post

Replies 2 (2)

PageFly-Richard
Shopify Partner
4808 1086 1755

This is an accepted solution.

Hi @clayinfo 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.header.page-width {
    max-width: unset;
}
</style>

PageFlyRichard_0-1704242481720.png

 

 

Hope this can help you solve the issue 

 

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.

Amin
Tourist
11 0 3

would it be possible to only align the menu withour the logo??