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
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:
.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:
.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:
.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!