Hello,
Thank you for the information.
The issue of a hyperlink being moved to the next line in the Text Editor widget of Elementor is often caused by unintended formatting or styling conflicts.
Sometimes, custom CSS or theme styles might be causing the text to break onto a new line when a link is added.
Solution: After inspecting the element using the browser’s developer tools to see if any margin, padding or display properties are affecting the link. I have adjusted the CSS for the link as needed, for example:
a {
display: inline !important;
}
Screencast: https://www.loom.com/share/47f671d7890b44a2aaaff350bfff09a0
Could you please try adding the CSS code to see if it resolves the issue?
Wishing you a great day!
Kind Regards,