Jump to content

hyphenation

Featured Replies

Posted

Is it possible to use hyphenation in topic subjects, like in Drupal etc?

What is Drupal doing exactly?

Automatic hyphenation is a simple CSS statement, which you can add to whatever text you like. 

-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;

 

  • Author

Nice, so how i ad that to subjects?

You need to be more specific. The topic subjects appear in all sorts of places. 

  • Author

In topic view 

This one?

Screen Shot 2016-10-28 at 08.16.02.png

That’s …

.ipsType_pageTitle {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

 

  • Author

perfect, thanks!

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.