Do you have any reference where i can check the issue?
http://functionsjunction.in/welcome/
Kindly check the orange font text in typing animation.
you theme’s css is forcing static line height which is causing the issue.
Try to add following css
.eae-at-animation.type i{
line-height:1.2;
}
.eae-at-pre-text{
line-height:1.2;
}
Didn’t help. Do I need to paste this in Appearance>customize>custom css> of the theme settings ?
And does Changing theme would help ? If yes, which themes are compatible.
Yes you can put it there or if you have child theme then put it in style.css of child theme.
Regarding changing theme, i would recommend you to go for GeneratePress or OceanWp. These two are the most popular theme amongst Elementor Community.