Move store name upwards

Hello, I want to move my store name upwards so that it can be aligned with the navigation menu and search bar. It can’t be done through customize theme it has to be through editing code. This theme is dawn, i already edited code to move the menu and search upwards but can’t do it to the store name! Thanks! My store URL is this: www.convoyclo.com

Hello @Olcyovnoc

You are using wrong size image. You need to remove top and bottom padding from image then add it. It will look perfect

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

There is zero padding at the top and bottom of the image, the image ends exactly where the text end. I moved the menu upwards using code so that’s why it might look that way.

Please check this

Hi @Olcyovnoc

  • Go to Online Store → Theme → Edit code.
  • Find the file assets/base.css and paste the code below at the bottom of the file."
h1.header__heading {
top: 5px !important;
}

I remove everything around the text. The background is supposed to be transparent. If what you are saying is true, how can i remove the padding even more?

This is the file i am

Hello @devcoders , this seems to be the answer and method i am looking for. But for some reason when i paste it in base.css it doesn’t do anything. I tried pasting it at the bottom of the page and in the middle and both didn’t work. Do you have a solution?