How do i change the positioning of my logo so it sits lower in my header

I am trying to make my logo sit slightly lower on all pages in my shop. Does anyone know how to do this (I have attached a picture below for reference). I have circled in red where i want my logo to be in the header, which is below the cart icon and the 3 lines but still central.

Thanks a lot,

1 Like

Hi @BWFC6674

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

https://kitsunet.co/

I have just made it public so you should be able to view, thanks :slightly_smiling_face:

1 Like

Thanks for the info, do you mean like this?

if it is check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

@media only screen and (max-width:999px){
h1.header__heading {
    height: 40%;
}
.heading {
    padding-top: 0px !important;
}
}

And Save,

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

I do mean like this :slightly_smiling_face: I have tried the code but it didnt seem to work, is there any other solution?

1 Like

It seems to have only worked for the home page and not all pages, is there a way to have it on all pages?

Try this one again.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “theme. Liquid” file. Find the tag and paste the code below before the tag.


And Save.

If still not working add important.


And save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

I have tried these and it appears to still only be working on the home page