Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #853248

    yhshin1020
    Participant

    Hey,

    I’m using a plugin called Saeid Text Rotator which one of your staff recommended on this forum.

    The plugin works fine, except when the word switches, the text beside it gets moved due to the change in length of the word.

    How do i make sure the word “Learning through” does not move?

    Thanks!

    #853249

    yhshin1020
    Participant
    This reply has been marked as private.
    #853271

    Friech
    Moderator

    Hi There,

    Thanks for writing in! We can only suggest a plugin, but regretfully we cannot provide support for third party plugins or scripts due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Anyway you can add the custom css below to customizer and see if the issue resolves.

    #rotator {
    	width: 50%;
    	text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    If that didn’t solve the issue please contact the plugin developer support.

    Thank you for your understanding.

    Cheers!

    #853281

    yhshin1020
    Participant

    Hey,

    That did solve the issue, although it also made the text be cut off on mobile.

    How do i go about fixing this? I would want the text to be aligned to the center.

    I know this is an external plugin, but I need to know how to align it properly, which is a part of what xTheme offers.

    Sorry for being a pain about this.

    Thanks

    #853294

    Rue Nel
    Moderator

    Hello Again,

    If you want to center the text, please update the code and use this instead:

    #rotator {
      width: 50%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    To avoid it from being cut off on smaller screens, you can apply the responsive text and manage it in Settings > Responsive Text. To know more about responsive text and its implementation, please check it here: https://community.theme.co/kb/shortcode-walkthrough-responsive-text/

    Hope this helps.

    #854619

    yhshin1020
    Participant

    Hey,

    Thanks again!

    #854653

    Christian
    Moderator

    You’re welcome. Glad we could help. 🙂