Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #100695
    Micke
    Participant

    I have made a homepage with the Free Kathmandu theme and I like it a lot but I have a question about a thing. If I look at the same page in Firefox and IE I see that in Firefox there are word breaks which I don’t see in IE. How do I fix that so I don’t have those breaks?

    See my screenshot: Screenshot

    #100714
    Pratik
    Keymaster

    Hi Micke,
    By default, mozilla breaks the word up. To disable it, you can try following code in Appearance=> Custiomize=> Theme Options=> Custom CSS box:

    
    p {
      hyphens: none;
    }
    

    Please post in your site url and problem link if this does not work.

    Regards,
    Pratik

    #100754
    Micke
    Participant

    Thanks a lot now it looks great. Best regards Micke

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Word break why?’ is closed to new replies.