How can I prevent my homepage logo text from wrapping?

On homepage the logo wraps the last letter in logo. How do I fix?

hi @MLCMaternity

Under assets find base.css and find

.header__heading-link .h2 {
	line-height: 1;
	color: rgba(var(--color-foreground),.75);
}

Replace it with

.header__heading-link .h2 {
	line-height: 1;
	color: rgba(var(--color-foreground),.75);
	white-space: nowrap;
}

Working solution screenshot.

To setup your store with best design contact us sheesh@impulsebyte.com

Hi @MLCMaternity ,

Please send your site and if your site is password protected, please send me the password. I will check it.