• I’m trying to wordwrap the words in the primary sidebar as well as all of the site content as a matter of fact, but it’s not seeming to work. This is the code im using:

    .entry-content,
    .entry-summary,
    .page-content,
    .nav-links,
    .comment-content,
    .widget
    .primary-sidebar
     {
       -webkit-hyphens: none;
       -moz-hyphens:    none;
       -ms-hyphens:     none;
       hyphens:         none;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘word breaking not working’ is closed to new replies.