Move store name upwards

Move store name upwards

Olcyovnoc
Excursionist
40 0 5

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

IMG_1964.png

Replies 7 (7)

theyCallmepro
Shopify Partner
28 0 5

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!

Olcyovnoc
Excursionist
40 0 5

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. 

theyCallmepro
Shopify Partner
28 0 5

theyCallmepro_0-1715439915280.png

Please check this

Olcyovnoc
Excursionist
40 0 5

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?

Olcyovnoc
Excursionist
40 0 5

This is the file i am 

devcoders
Shopify Partner
811 103 207

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;
}



devcoders_0-1715440591696.png

 

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
Olcyovnoc
Excursionist
40 0 5

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?