Align navigation menu

Align navigation menu

Suco
Explorer
117 0 14

IMG_2679.jpeg

 Good night guys, I need your help, could I align this navigation menu and leave it a little close to the header?

take out the white space 

I use refresh theme 

https://www.behumblee.com/

Pass-Humblee3030

 

Replies 3 (3)
Suco
Explorer
117 0 14

Hey , I don’t wanna this 

thanks 

PageFly-Richard
Shopify Partner
5011 1120 1801

Hi @Suco 

 

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>
@media (max-width: 767px)
ul.list-no-bullet {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0;
}
.li-item {
    line-height: 1.6;
    width: 30%;
    text-align: center;
}
}
 </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!


➜ 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.

Suco
Explorer
117 0 14

Hi , don’t work for me 😭😭