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

Solved

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

AlejaLopez
Tourist
9 0 1

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.🌺ARREGLOS.PNG

Accepted Solution (1)
iffikhan30
Shopify Partner
275 37 51

This is an accepted solution.

add this css 

h1.header__heading {
    white-space: nowrap;
}

 

suggest you increase the page width size.

Custom theme and app [remix] expert.

Email: irfan.sarwar.khan30@gmail.com
Chat on WhatsApp

View solution in original post

Replies 6 (6)

yashgarg
Shopify Partner
102 26 35

Hi @AlejaLopez ,

 

Can you please provide the store link for this.

 

Thanks

Yash Garg

If this works for you, please give it a like and mark it as the solution! Thanks 🙂
Feel free to contact me for Shopify tech support
Email: yashgarg.tech@gmail.com
AlejaLopez
Tourist
9 0 1

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

iffikhan30
Shopify Partner
275 37 51

Website link please.

Custom theme and app [remix] expert.

Email: irfan.sarwar.khan30@gmail.com
Chat on WhatsApp
AlejaLopez
Tourist
9 0 1

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

Thank you for answering. 

iffikhan30
Shopify Partner
275 37 51

This is an accepted solution.

add this css 

h1.header__heading {
    white-space: nowrap;
}

 

suggest you increase the page width size.

Custom theme and app [remix] expert.

Email: irfan.sarwar.khan30@gmail.com
Chat on WhatsApp
AlejaLopez
Tourist
9 0 1

It worked! Thank you so much.