Hi,
How do I center the logo and move the nav menu ivon to the left on Expanse Theme?
Hi,
How do I center the logo and move the nav menu ivon to the left on Expanse Theme?
Hi @Bhanelion ,
Would you mind to share your URL website? with password if its protected. Thanks!
Hi,
I would need to center my logo on the mobile version (expanse theme). Could you please help?
Yeah, sure but I need your store URL. So I can check it. Not the admin URL, only the URL where costumer purchases your product. Thanks!
There you go
Thanks for the info, Try this one.
@media only screen and (max-width: 768px){
.header-layout {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
}
.header-item.header-item--logo {
justify-content: center;
padding-left: 40px;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
It worked wonderful, thank you so much
![]()
Welcome.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!