Hi there, I'm trying to get these two menus to align in the middle, I will be adding a third but they're all shifting to the left and it looks awful!
Solved! Go to the solution
This is an accepted solution.
Sorry for facing this issue, it's my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question.
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
@media only screen and (min-width: 769.5px) {
.site-footer .grid {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.site-footer .grid .grid__item {
width: auto;
}
}
After Code view
it's my pleasure to help us
User | Count |
---|---|
455 | |
190 | |
137 | |
61 | |
36 |