Hi there,
I am trying to update to the latest version of my theme, but the menu suddenly went back to the left side of the screen. anybody knows how to put this back to center before i update? Cheers!
Many thanks,
Renz
A user updated their theme and the menu alignment shifted from center to left. They provided screenshots and a preview link showing the issue.
Proposed Solutions:
display: flex, flex-wrap: wrap, and justify-content: center propertiesul.nav-bar__linklist.list--unstyled in base.css or add code to theme.liquid fileCurrent Status:
Note: The conversation text appears corrupted or reversed in several posts, making some technical details difficult to verify.
Hi there,
I am trying to update to the latest version of my theme, but the menu suddenly went back to the left side of the screen. anybody knows how to put this back to center before i update? Cheers!
Many thanks,
Renz
Hi @hurencio
Could you share the preview URL of your theme’s latest version?
here is the link https://vddgbctp8xayr8qq-21019939.shopifypreview.com
thank you!
Add this css In your base.css File
.header ul.nav-bar__linklist.list--unstyled {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
nothing happened mate. any idea why?
open Your Store
Online Store
Edite Code
Find base.css
And Than Put This Code
ul.nav-bar__linklist.list--unstyled {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
Please add this code to theme.liquid file, after
Hi there,
We do not have base.css in any file. is there any other file name to put this?
Find file Name Theme.css and put my code