Before you ask please READ THIS

Scrolling words

On my homepage: http://515.b22.myftpupload.com/
I have words that appear as if a typewriter is typing them. On mobile, it simply shows all of the words. I would like it to show just the last one. Is that possible? Thanks!!

Comments

  • AirAir
    edited January 2017 Posts: 10,970
    Hello there:)
    creoadmin said: On mobile, it simply shows all of the words.
    Yes, with switched it off on mobile to save CPU and confusing effects on mobiles. So it is planned decision for sake of your users:-)

    I wouldn't advise to change it.

    With kind regards.
    Post edited by Air on
  • Thank you! Yes, I agree that not having the scrolling feature of the words on mobile would be best. However, I would only like to display the list word. Instead of the entire list. Is that possible?
  • AirAir
    edited January 2017 Posts: 10,970
    OK, now I get it:-) Lets try it with this custom CSS:

    @media only screen and (max-width: 600px) {
    .a13-to-type.disabled-writing .sentences-to-type span{
    display: none;
    }
    .a13-to-type.disabled-writing .sentences-to-type span:nth-child(3){
    display: block;
    }

    /* for better visual in your case you can add below also */
    .a13-to-type.disabled-writing .sentences-to-type, .no-js .a13-to-type .sentences-to-type {
    display: inline-block;
    }
    }
    Tell me does it work for you.

    With kind regards.
    Post edited by Air on
  • Thank you!

    Unfortunately, that didn't change anything. I added it under custom CSS under the customize option. Do you recommend somewhere else?
  • AirAir
    Posts: 10,970
    OK I have edited my custom CSS, so try again with my code from previous post. This time it should work :-)

    With kind regards.
  • FIXED!!! You are amazing! Thank you!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!