• Resolved albertcla_89

    (@albertcla_89)


    Hi!
    In the Four Services Section, the text is justified but the theme is separating the words and I want to join all the words or even separate them by dashes. Is there a way to solve this or put some code like a
    to make pass to another line?

Viewing 1 replies (of 1 total)
  • Thread Starter albertcla_89

    (@albertcla_89)

    Finally found changing word-break in style.css

    .home_service_para p{
    	word-wrap: normal;
    	word-break: keep-all;
    }
Viewing 1 replies (of 1 total)

The topic ‘Text align in Services Section’ is closed to new replies.