Okay
  Public Ticket #2330332
text block alien right
Closed

Comments

  •  11
    Eshen started the conversation

    Just notice the text block is different from other page. It's not align right (aligned the menu). How can I fix it? 


    Thanks.

  •  1,558
    Laborator replied

    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:

    body, p, .section-title p, .single-portfolio-holder .details .project-description p {
        word-break: break-all;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  11
    Eshen replied

    works well. Thank you!!!