Hi,
Ive been trying to center the logo on the empire theme & ive managed to get it close to being centered but ive noticed that it still isnt entirely in the middle.
The code ive used to achieve this so far is:
.site-header-logo {
margin: 0 auto;
}
I have added that line of code to the theme.css.liquid file.
Ive tried adding text align or justify content but it does not make any difference.