Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How To Center The Menu On The Stiletto Them

Solved

How To Center The Menu On The Stiletto Them

martujv
Trailblazer
172 2 38

Hello!

 

I am using the stiletto theme and I want to center the main menu while keeping the logo on the left and the icons on the right. I would like to center the menu both in mobile and desktop versions.

 

My website is www.winnerofficial.com and my password is y21

Accepted Solution (1)

PageFly-Theodor
Shopify Partner
691 86 103

This is an accepted solution.

Hi @martujv 


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__row-segment.header__row-segment-desktop.left.contains-nav {
    width: 70% !important;
    justify-content: space-around !important;
}
</style>

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!


PageFly - #1 Page Builder for Shopify merchants.


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

View solution in original post

Replies 2 (2)

PageFly-Theodor
Shopify Partner
691 86 103

This is an accepted solution.

Hi @martujv 


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__row-segment.header__row-segment-desktop.left.contains-nav {
    width: 70% !important;
    justify-content: space-around !important;
}
</style>

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!


PageFly - #1 Page Builder for Shopify merchants.


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

martujv
Trailblazer
172 2 38

It worked! Thank you! Have a nice day.