Tagged: x
-
AuthorPosts
-
April 18, 2016 at 8:18 am #888215
Moritz OParticipantDear support Team,
I have a question concerning the Grid. When using a mobile device the Grid will randomly separate words, even when it would not be necessary. Is there a way to determine that the Grid will not break words?
Example: saritofuhrmann.de/fortbildungen
I have managed in chrome to set font sizes in a way that it will not happen, but when the content changes it might happen again. In Firefox for example it still breaks up my words even though there is enough space to just break the text between words and not within a word.
Thanks for your help!
MoritzApril 18, 2016 at 11:45 am #888570
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
@media (max-width: 480px) { .lome .tg-item-title { font-size: 14px !important; } }Hope it helps 🙂
April 22, 2016 at 3:04 am #894948
Moritz OParticipantThanks Thai,
unfortunately it doesn´t help. Even when the text is small enough, it breaks when its doesn´t need to break (see screenshot) Isn´t there a way with css to prevent the breaking altogether?
MoritzP.S.:
Is there a setting in the forum that I get a notification via email when you post your answer?April 22, 2016 at 5:53 pm #895997
JadeModeratorHi Moritz,
Kindly optimize and reattach the image again as I can’t seem to see the issue you are describing.
You may click on the subscribe option in at the top of this post.
April 25, 2016 at 10:07 am #898753
Moritz OParticipantThanks Jade,
It really seems to be a Firefox only issue. Chrome separates the words in a really smart way…April 25, 2016 at 11:43 pm #899691
RupokMemberHi there,
Thanks for writing back. I can see this fine on Firefox and it seems usual because certainly the long words need to be break down to new line. However you can add this CSS :
.lome .tg-item-title, .lome .tg-item-title a { word-break: keep-all; }Hope this helps.
Cheers!
April 28, 2016 at 12:48 pm #904457
Moritz OParticipantHi Rupok,
Unfortunately the separation of the words is done in the wrong way (at least in german).
The code doesn´t change anything either… :/
Any other suggestions?
thanks!
MoritzApril 29, 2016 at 3:43 am #905334
Rue NelModeratorHello Moritz,
Thanks for the updates. Could please update the code and use this instead;
#top .lome .tg-item-title, #top .lome .tg-item-title a { word-break: normal !important; }Hope this helps.
June 27, 2016 at 4:26 pm #1062201
harmoniqaParticipantHi!
I also have a word separation problem – picture attached.
I tried both codes and none of which are working…Thanks!
June 28, 2016 at 12:15 am #1062716
LelyModeratorHi There,
Please do share the page URL of the screenshot so we can check further on your issue. Thanks.
June 28, 2016 at 1:31 am #1062770
harmoniqaParticipantThis reply has been marked as private.June 28, 2016 at 3:03 am #1062865
ChristopherModeratorHi there,
The title is displaying fine on my end, please see the attachment.
Please clear cache and check again.Thanks.
June 28, 2016 at 3:59 am #1062913
harmoniqaParticipantCleared cache and restarted my mac, still the same in Safari and Firefox, its ok in Chrome.
June 28, 2016 at 6:32 am #1063036
Paul RModeratorHi,
You can try this code instead.
.tg-item .tg-item-title a { -moz-hyphens: none !important; -ms-hyphens: none !important; -webkit-hyphens: none !important; hyphens: none !important; word-break: normal !important; }Hope that helps.
June 28, 2016 at 7:28 am #1063105
harmoniqaParticipantIt works, thank you!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-888215 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
