Navigation menu is not centered in the middle

Navigation menu is not centered in the middle

tsswnkls
Tourist
5 0 3

I applied the code below to center my navigation menu. As you can see, it’s somewhat successful, but I just can’t get the navigation menu perfectly centered. Does anyone have a solution?

 

@media screen and (min-width: 500px){

.header--middle-left {

grid-template-columns: unset !important;

}

} .header__inline-menu {

display: flex; justify-content: center;

}

 

 

Screenshot 2024-11-28 132920.png

Replies 3 (3)

Moeed
Shopify Partner
6292 1711 2056

Hey @tsswnkls 

 

Share your store URL and password if enabled.

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Create high-converting pages - PageFly Page Builder.


tsswnkls
Tourist
5 0 3

The issue has been resolved! I adjusted the code to the following, and it works perfectly.

 

@media screen and (min-width: 500px){
.header--middle-left {
grid-template-columns: unset !important;
}
}
.header__inline-menu {
display: flex;
position: absolute;
left: 50%;
transform: translateX(-50%);
}

solverStaff
Shopify Partner
365 40 69

Okay great

If my reply helpful then please Like to let me know!
If my answered is right according to your question, Mark it as an Accepted Solution.
Facing more issues ? Hire me For Quick Chat: Say hello in WhatsApp : +8801761469797