Tagged: x
-
AuthorPosts
-
March 26, 2016 at 2:30 am #853248
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!
March 26, 2016 at 2:31 am #853249This reply has been marked as private.March 26, 2016 at 3:02 am #853271Hi 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!
March 26, 2016 at 3:21 am #853281Hey,
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
March 26, 2016 at 3:42 am #853294Hello 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.
March 27, 2016 at 8:36 pm #854619Hey,
Thanks again!
March 27, 2016 at 9:02 pm #854653You’re welcome. Glad we could help. 🙂
-
AuthorPosts