Comments 11Eshen started the conversationMarch 17, 2020 at 6:34pmJust notice the text block is different from other page. It's not align right (aligned the menu). How can I fix it? Thanks. 1,558Laborator repliedMarch 18, 2020 at 10:29amHi Eshen, That's because of the word break, words will break if there is no space and put the new word in a new line, to change this add this CSS to Custom CSS: body, p, .section-title p, .single-portfolio-holder .details .project-description p { word-break: break-all; } Best regards,Laborator Team Documentation Join Kalium Users Group1 Like 11Eshen repliedMarch 18, 2020 at 3:10pmworks well. Thank you!!!1 Like Sign in to reply ...
Just notice the text block is different from other page. It's not align right (aligned the menu). How can I fix it?
Thanks.
Hi Eshen,
That's because of the word break, words will break if there is no space and put the new word in a new line, to change this add this CSS to Custom CSS:
Best regards,
Laborator Team
works well. Thank you!!!