I would like the navigation buttons to be in the center, whilst keeping the logo on the left
Hello @GeorgeRizos
Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?
Kind & Best regards,
GemPages Support Team.
Hi @GeorgeRizos ,
Thank you for reaching out to the Shopify forums!
Let me quickly fix that issue for you.
Please add the below CSS in your base.css file.
@media screen and (min-width: 990px) {
.header--middle-left {
grid-template-areas: "heading navigation icons";
grid-template-columns: 2fr 4fr 2fr;
column-gap: 2rem;
}
.header__inline-menu {
display: block;
text-align: center;
}
}
If its working then, please do not forget to accept this solution ![]()
Thanks & Regards,
Prezen Tech
Thanks @Prezentech , that did the job. Could you also help me with a couple of other things? Should I ask them here or should I make a new post?
1 Like
