How can the title be made in a line format and not separated by each word?
Hi isicmexico
Add to your custom.css
.content-mass .module-title span { white-space: nowrap; }
https://prnt.sc/pgjqr9
Regards
that's the solution, thank you very much