Hey @DeckHeadMaz ,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code at the bottom:
@media only screen and (min-width: 991px) {
.header{
display: inline-block;
max-width: 100%;
}
h1.header__heading {
text-align: center;
}
nav.header__inline-menu {
width: 90%;
float: left;
}
.header__icons {
width: 9%;
float: left;
}
}
Thanks
I don’t understand. Can you highlight what you mean? This is pretty centered to me


