Tagged: x
-
AuthorPosts
-
December 16, 2016 at 10:18 pm #1296355
huylam1ParticipantHi there,
The text type element shows fine on my desktop and on some smartphones, but on other smartphones, the text gets cut off (sometimes on the first line, sometimes on another line) and doesn’t finish and the cursor just stalls and doesn’t move. Can you please tell me how to fix this. My URL is naokokamura.ca/illusion. I’ve created a responsive text element, but it is very fickle (on some pages it solves the problem, and on some pages it doesn’t). It is getting very frustrating to troubleshoot this. Please help.
Thank you.
December 16, 2016 at 10:38 pm #1296363
FriechModeratorHi There,
Thanks for writing in! Please update your custom CSS:
@media (max-width:480px) { .my-class{ height:100px; } }To this:
@media (max-width:480px) { .my-class { min-height: 100px; word-wrap: break-word; } }Hope it helps, Cheers!
December 16, 2016 at 10:48 pm #1296366
huylam1ParticipantHi there,
I’ve changed the CSS to what you provided, but there was no change. Please advise.
Thanks.
December 16, 2016 at 11:50 pm #1296391
RadModeratorHi there,
The CSS works, would you mind providing a screenshot of what you’re getting? It’s the text with animation, right?
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1296355 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
