How can I fix my store name display in Dawn style?

Hello everyone!
I hope you are having a beautiful day.

I would like to know if anyone knows a way to correct the way my store name is displayed on the page. I have the “Dawn” style and previously the name “PSYCHEDELIC STORE” was on a single line, but while I was making changes on the page (some in the template code), it was split into two lines as shown in the image. I would like to put it back to how it was. Does anyone know a solution?

I mention that in this case, the name or logo of my store is not an image, it is just the name that is configured in the template.

Thank you. :hibiscus:
ARREGLOS.PNG

Website link please.

Hi @AlejaLopez ,

Can you please provide the store link for this.

Thanks

Yash Garg

Sure! It’s eb8155-2.myshopify.com

Of course! It’s eb8155-2.myshopify.com

Thank you for answering.

add this css

h1.header__heading {
    white-space: nowrap;
}

suggest you increase the page width size.

It worked! Thank you so much. :star: :star: :star: :star: :star:

1 Like