Center words rotator

  • Posted in : Editor
  • wouterdorgelo
    Participant

    Hi,

    How can I center the words rotator on mobile devices? It’s centered on tablet and laptop screens but not on mobile devices.

    Link to my website: http://bit.ly/2evL5Jz

    serkan
    Moderator

    Hi,
    You can try to use this custom css code;

    .rotate-words { min-width: 90px; }

    Thanks

    wouterdorgelo
    Participant

    No, doesn’t work. However, I’ve found a solution which works on all displays! Add this to your custom css:

    .rotate-words {
    display: block;
    text-align: center;
    width: 100%;
    min-width: 100%;
    position: relative
    }

    .rotate-words span {
    display: block;
    text-align: center;
    width: 100%
    }

    serkan
    Moderator

    Thanks for the feedback.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register