You currently have this css in .post pin.
Change "break-all" to "keep-all" and it will wrap the text. Also moz-hyphens none.
http://screencast.com/t/F6YOyjBY8lB
Best Answer James B , 13 October 2012 - 02:26 AM
You currently have this css in .post pin.
.postpin {
-moz-hyphens: auto;
background: none repeat scroll 0 0 #F6F6F6;
border: 1px solid #FFFFFF;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
margin: 8px 0;
word-break: break-all;
}
Change "break-all" to "keep-all" and it will wrap the text. Also moz-hyphens none.
.postpin {
-moz-hyphens: none;
background: none repeat scroll 0 0 #F6F6F6;
border: 1px solid #FFFFFF;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
margin: 8px 0;
word-break: keep-all;
}
http://screencast.com/t/F6YOyjBY8lB Go to the full post
24 replies to this topic
#21
Posted 13 October 2012 - 02:26 AM Best Answer
#22
Posted 16 October 2012 - 12:57 AM
You currently have this css in .post pin.
Change "break-all" to "keep-all" and it will wrap the text. Also moz-hyphens none.
Thanks it worked,
Thanks again.
#23
Posted 16 October 2012 - 02:32 AM
You're welcome, glad it worked :-)
#24
Posted 16 October 2012 - 02:32 AM
The topic was marked as resolved.
#25
Posted 25 October 2012 - 04:45 AM
sorry for delayed reply - that also worked for me - thank you veru much
Also tagged with one or more of these keywords: Resolved
Resolved
PageLines Framework →
Technical Support →
Anything Boxes And Polylang Language Filtering ProblemStarted by janpeeters , 01 Dec 2012 |
|
|
||
Header In Banner AlignmentStarted by bankrollbuilder , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
2 Hero UnitsStarted by starlit , 28 Nov 2012 |
|
|
||
Tabs Do Not Align HorizontallyStarted by hutruk , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
Reduce Margin In Contact FormStarted by texasx , 27 Nov 2012 |
|
|











