Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1296355
    huylam1
    Participant

    Hi 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.

    #1296363
    Friech
    Moderator

    Hi 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!

    #1296366
    huylam1
    Participant

    Hi there,

    I’ve changed the CSS to what you provided, but there was no change. Please advise.

    Thanks.

    #1296391
    Rad
    Moderator

    Hi there,

    The CSS works, would you mind providing a screenshot of what you’re getting? It’s the text with animation, right?

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1296355 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>