Taumatawhakatangihangakoauauotamateaturipukakapikimaungahoronukupokaiwhenuakitanatahu

Publicat la: 5 octombrie 2009


Title should not overflow the content area

A few things to check for:

  • Non-breaking text in the title, content, and comments should have no adverse effects on layout or functionality.
  • Check the browser window / tab title.
  • If you are a plugin or widget developer, check that this text does not break anything.

The following CSS properties will help you support non-breaking text.

-ms-word-wrap: break-word;
word-wrap: break-word;

 


Adresă Link: https://dev.publicproweb.ro/title-should-not-overflow-the-content-area/

table { width: 100%;} .th-label-for-expand { display: none; } tr.description-tr { display: none!important; } td.td-label-for-expand { display: none; } hr { margin-top: .5em; margin-bottom: 0.5em; } .entry-title img{ display: block; margin: 0 auto 20px; height: 84px; } h1 { font-size:30px; } .hide { display:none; }