Make the words not separated on multicolumn on the home page - Dawn theme

I would like the words to not be separated on the multicolumn e.g. not split in half like Guaran tee. Is there any way of making it so it makes the whole words?

URL: https://www.soundshield.co.uk/

Theme: Dawn

Any advice is really appreciated

Hi @BraxtonEcom ,

You can try the following steps:

  • Step 1: Sale channel => Online Store => Themes => Edit code:

  • Step 2: Search for base.css and add the css code to the end of this file:

.multicolumn-card__info .inline-richtext {
  text-wrap: nowrap;
  font-size: 13px !important;
}

Result:

I hope this helps! If it works for you, please mark it as a solution. I am very happy about that. Have a great day!

Hi @BraxtonEcom ,

You can try the following steps:

  • Step 1: Sale channel => Online Store => Themes => Edit code:

  • Step 2: Search for base.css and add the css code to the end of this file:

.multicolumn-card__info .inline-richtext {
  text-wrap: nowrap;
  font-size: 13px !important;
}

Result:

I hope this helps! If it works for you, please mark it as a solution. I am very happy about that. Have a great day!

Hi @BraxtonEcom ,

You can try the following steps:

  • Step 1: Sale channel => Online Store => Themes => Edit code:

  • Step 2: Search for base.css and add the css directive to the end of this file:

.multicolumn-card__info .inline-richtext {
  text-wrap: nowrap;
  font-size: 13px !important;
}

Result:

I hope this helps! If it works for you, please mark it as a solution. I am very happy about that. Have a great day!