I would appreciate your help - my website is in Hebrew, so the registration field should also be from left to right, but it has not changed by transplanting the RTL code. Does anyone know a way to do this? (I am attaching a link to the website - it is right in the picture at the beginning of the website and the expression is that when you enter an email it is hidden under the button)
https://profcheck.ghost.io/
That’s the portal code. Make sure you have the site language set AND have portal translations on in settings > labs
If that doesn’t work, could you please update with a screenshot showing the problem?
To move the button to the left by adding this to code injection area
<style>
.form-button {left: 5px;}
</style>
1 Like
Great news. Based on your screenshot, that text is not from the portal code, so you should be able to translate it, as long as you can edit the theme! :)